This website requires JavaScript.
Explore
Help
Register
Sign In
cdo
/
infix-calculator
Watch
1
Star
0
Fork
0
You've already forked infix-calculator
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
infix-calculator
/
lib
History
Camden Dixie O'Brien
9f54c3552b
Handle NULL result from read_expression() in REPL
2024-10-24 21:39:47 +01:00
..
include
Add basic EOF handling to REPL
2024-10-24 21:39:47 +01:00
evaluator.c
Return 0xdead instead of -1 on error
2024-10-24 21:39:47 +01:00
memory_pool.c
Create expression struct and memory pool
2024-10-24 16:24:49 +01:00
reader.c
Yield NULL from read_expression() on invalid input
2024-10-24 21:39:47 +01:00
repl.c
Handle NULL result from read_expression() in REPL
2024-10-24 21:39:47 +01:00