Archived
1
0
Fork 0
An imperative style programming language originally based on the SLOTH programming language. Somewhat morphing into a different style as time goes on.
This repository has been archived on 2023-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2018-09-24 14:21:32 -04:00
examples Added beginning code for SLOTH 2018-09-18 22:50:15 -04:00
extra Added beginning code for SLOTH 2018-09-18 22:50:15 -04:00
src Added the abilty for lambda expressions to be added into the AST. Have not added logic to properly evaulate lambda expressions yet. Currently defaults to a long with the value 0. 2018-09-24 14:21:32 -04:00
.gitignore Modified gitignore file and added the Value Type definition. 2018-09-19 18:44:42 -04:00
Makefile Added beginning code for SLOTH 2018-09-18 22:50:15 -04:00