index
:
no_excess.git
master
My first programming language.
Preston Pan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-01-08
fix memory problem
Preston Pan
2023-01-08
print functions completed
Preston Pan
2023-01-07
fixing print
Preston Pan
2023-01-07
add includes and print statement
Preston Pan
2023-01-07
include working
Preston Pan
2023-01-06
whoops, fixed concat. Include in the making
Preston Pan
2023-01-06
add comments
Preston Pan
2023-01-06
fully operational evaluator; makefile changed
Preston Pan
2023-01-06
add support for reading from file; some other stuff
Preston Pan
2023-01-06
recursion works now
Preston Pan
2023-01-06
fixed stack bug; found recursion bug
Preston Pan
2023-01-06
no obvious memory problems
Preston Pan
2023-01-05
hash table bug finally fixed forever
Preston Pan
2023-01-05
bind works for real, I think this works now
Preston Pan
2023-01-05
remove swap file
Preston Pan
2023-01-05
silence warnings
Preston Pan
2023-01-05
add more primitives
Preston Pan
2023-01-05
lists evaluate for non built-in functions
Preston Pan
2023-01-04
math builtins done
Preston Pan
2023-01-04
builtin functions now evaluate
Preston Pan
2023-01-04
fully functional parser (collisions might be a problem)
Preston Pan
2023-01-04
functions parse now i think
Preston Pan
2023-01-04
parsing mostly works
Preston Pan
2023-01-03
fix bug
Preston Pan
2023-01-03
hypothetically fixed bug
Preston Pan
2023-01-03
implemented parse_all; I think i fixed some bugs but i forgor
Preston Pan
2023-01-03
done the parser in theory
Preston Pan
2023-01-03
actually evaluates and prints something now!
Preston Pan
2023-01-03
add some comments; fix some bugs in advance
Preston Pan
2023-01-02
a lot of stuff.
Preston Pan