started expression parser; for now, implemented numeric parser, with alot of prefixes...
commit90019aeab553de300fe94b2114debb789c22fd08
authorKetmar Dark <ketmar@ketmar.no-ip.org>
Fri, 14 Aug 2020 07:59:21 +0000 (14 10:59 +0300)
committerKetmar Dark <ketmar@ketmar.no-ip.org>
Fri, 14 Aug 2020 07:59:21 +0000 (14 10:59 +0300)
tree787b78a1534bfe1ed79298639b9e1f0066f53e2b
parent14a261fc9de43af6dcda69df628d7c0732a35663
started expression parser; for now, implemented numeric parser, with alot of prefixes and suffixes
main.zas
parser.zas
parser_misc.zas [new file with mode: 0644]
parser_stack.zas [new file with mode: 0644]