Another simple expression parser in C.
Go to file
r4 0fcef2a860 apply negative prefix in parser
Previously a negative prefix was applied in the lexer, but that's kind
of hacky and messy so I handed it to the parser.
2021-11-22 20:56:06 +01:00
LICENSE Initial commit 2021-11-16 23:00:36 +01:00
main.c apply negative prefix in parser 2021-11-22 20:56:06 +01:00
Makefile init 2021-11-16 23:23:54 +01:00
README.md Initial commit 2021-11-16 23:00:36 +01:00

expression-parser

Another simple expression parser in C.