Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 404 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 404 Bytes

J.A.R.V.I.C.E.

Just. A. Really. Very. Intelligent. Compiler. Experiment.

Rob Close

Matt Thorne

========= TO GET 70% ==========
Data Types: int, bool
Arithmetic: +, -, *, /
Assignment: =
Conditional: if
Looping: while
End Line: ;
Function Return: return,
Function Calls: dataType function(parameters);
Basic Error Recovery: