Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 253 Bytes

File metadata and controls

15 lines (11 loc) · 253 Bytes

some examples in the language:

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

and language structure:

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