index
:
no_excess.git
master
My first programming language.
Preston Pan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Collapse
)
Author
2023-01-09
add exp function
Preston Pan
2023-01-08
add some frees; still need to fix high amounts of memory leakage
Preston Pan
2023-01-08
fixed invalid read; some memory leakage fixed but not completely
Preston Pan
2023-01-08
fix memory problem
Preston Pan
2023-01-07
add includes and print statement
Preston Pan
2023-01-06
whoops, fixed concat. Include in the making
Preston Pan
2023-01-06
add comments
Preston Pan
2023-01-06
fixed stack bug; found recursion bug
Preston Pan
2023-01-05
bind works for real, I think this works now
Preston Pan
2023-01-05
add more primitives
Preston Pan
2023-01-05
lists evaluate for non built-in functions
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