Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 406 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 406 Bytes

A little compiler for a simple low-level language with lisp-like syntax that generates 16bit DOS .com executables. It is written in MS Office VBA merely to kill some time having no access to more acceptable tools or internet.

Files:

  • compiler.docm -- the compiler itself
  • lib/ -- library routines
  • projects/ -- example projects
  • src_export -- sources
  • npp_syntax.xml -- Notepad++ syntax hl file