/simpletron

Implementation of the SIMPLETRON, Simple Machine Language according to Dietel C, chapter 7

Primary LanguageStandard ML

Simpletron

This is a C program according to the final programming problem in the book Deitel C. This enables you write simple programs in sort of like a an assembly-like language called simple machine language (SML).

sml_program (SML)

This contains the simpletron itself at its core.

sml_compiler

This involves building a qBasic-like language using C, and building a compiler for it, which complies down to SML when run.