Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 346 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 346 Bytes

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.