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-27 23:33:48 -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 Replaced my custom linear search with the stl library version 2018-09-27 23:30:58 -04:00
.gitignore Added string support to SLOTH (comparisons, string concatenation, etc) 2018-09-26 15:43:08 -04:00
Makefile Enabled O3 optimizations 2018-09-27 23:33:48 -04:00