Closed pouyakary closed 5 years ago
@behdad things you can try:
numbers are scientific so as much as you want with digits, identifier names can have space and '
so: behdad's birthday unix time
works, (
/ )
are for annotating expression priority while [
/ ]
are function parameter signs so sqrt[x/234]
works and special notations are with special function names so: sqrt
/ abs
/ floor
...
REPL now works (evaluator still does not work...)
@behdad you can play with it now using
make run
(you should have Haskell platform installed)