Go to file
Christian Barthel 02d3d783c9 allow lambda at first element of a list
previously, lambda wasn't evaluated if it was the first
element of a list.  it should be possible to evaluate
calls like
   ((lm (x) (add x 1)) 55) ->
now.
2019-07-04 21:32:49 +02:00
Makefile makefile added 2019-06-29 13:27:46 +02:00
sample.llm sample code 2019-07-04 16:09:13 +02:00
tokenize.l allow lambda at first element of a list 2019-07-04 21:32:49 +02:00