calc: boolean expressions
authorMichael Wallner <mike@php.net>
Thu, 9 Feb 2017 13:40:22 +0000 (14:40 +0100)
committerMichael Wallner <mike@php.net>
Thu, 9 Feb 2017 13:40:22 +0000 (14:40 +0100)
commite11280a7b6ed67a4d79b14569ca06131ea2338bd
tree4f3440c86b5c6612b5a3a74583a5a2d60a3bcaa0
parent224b0dc90c463f236a978f41c66c2f2b565038b5
calc: boolean expressions
17 files changed:
Makefile.frag
scripts/gen_cmp.php [new file with mode: 0644]
scripts/gen_int.php [new file with mode: 0644]
scripts/gen_oper.php [new file with mode: 0644]
src/calc.c
src/calc.h
src/parser.c
src/parser.re
src/parser_def.h
src/parser_proc.c
src/parser_proc.h
src/parser_proc.y
src/token.h
src/token_oper_cmp.h [new file with mode: 0644]
src/types/num_exp.c
tests/calc/calc.psi
tests/calc/calc001.phpt