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
/
main.c
Age
Commit message (
Collapse
)
Author
2023-12-10
Add more nxs functions
master
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-08
print functions completed
Preston Pan
2023-01-07
fixing print
Preston Pan
2023-01-07
include working
Preston Pan
2023-01-06
add comments
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
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
done the parser in theory
Preston Pan
2023-01-03
actually evaluates and prints something now!
Preston Pan
2023-01-02
a lot of stuff.
Preston Pan