Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 139 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 139 Bytes

NeoInterpreter

A very simple compiler and interpreter

My whitespace handling is terrible.

Example: F(int i){int f;f=i;}int x;x=4;F(x);