Another simple expression parser in C.
0fcef2a860
Previously a negative prefix was applied in the lexer, but that's kind of hacky and messy so I handed it to the parser. |
||
---|---|---|
LICENSE | ||
main.c | ||
Makefile | ||
README.md |
expression-parser
Another simple expression parser in C.