Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 146 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 146 Bytes

Compiler

Compiler for a new programming language. (MASHM Programming language)

MASHM program example:

start int t; t = 0; char c = 'a'; end