Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 147 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 147 Bytes

some examples in the language:

(+ 1 4)
(* (* 6 2) 1)

and language structure:

e  ::= n | (op e e)
op ::= + | - | * | /