You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
garbage | 3 years ago | |
trash | 3 years ago | |
README.md | 3 years ago | |
example_1.py | 3 years ago | |
example_2.py | 3 years ago | |
main.py | 2 years ago |
README.md
overview
Read eval print loop
- Read string
- Tokenize string into list of tokens
- Parse tokens into list of expressions
- Evaluate list of expressions
- Apply functions to arguments
- Return value
- Loop
appendix
https://carld.github.io/2017/06/20/lisp-in-less-than-200-lines-of-c.html