evalexpr: parse: add precedence climbing parser
This commit is contained in:
parent
ad56ea521a
commit
9a6da7b19a
4 changed files with 284 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -6,6 +6,7 @@ VPATH = src/
|
|||
SRC = \
|
||||
src/ast/ast.c \
|
||||
src/eval/eval.c \
|
||||
src/parse/climbing_parse.c \
|
||||
src/parse/recursive_parse.c \
|
||||
|
||||
BIN = evalexpr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue