toritsejuFO / simpletron

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Standard ML 54.7%Language:C 45.3%