therealadam / basick

A little BASIC interpreter

This URL has Read+Write access

basick /
name age message
file .gitignore Loading commit data...
file README.md
file Rakefile
directory features/
directory lib/
README.md

Basick

A tiny-little BASIC-esque language. Inspired (in idea, not structure) by a Scala implementation of the same. An excuse for me to play with Treetop.

TODO

  • GOTO number
  • IF expression op expression THEN number
  • A test suite
  • Compile to bytecode
  • Bytecode interpreter
  • Compile to LLVM

(c) Copyright 2009 Adam Keys. MIT license.