issues
search
gnebehay
/
parser
A simple parser for mathematical expressions.
MIT License
169
stars
17
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Make into proper module
#11
hudson-worden
opened
1 year ago
0
Added support for modulo operator.
#10
hudson-worden
opened
1 year ago
0
No unary :(
#9
gXLg
opened
3 years ago
1
I ported the parser to TypeScript and used it as a permission DSL
#8
nicolaes
closed
3 years ago
5
2-(3*4+1)= -9
#7
gnebehay
closed
3 years ago
0
AttributeError: module 'parser' has no attribute 'TokenType'
#6
Brollof
closed
3 years ago
2
Computes '2+2+2*4+9' as 30, not 21
#5
adamhammes
closed
3 years ago
1
fixed small error
#4
0xflotus
closed
4 years ago
1
Computes "7-4+2" as 1, not 5
#3
AZHenley
closed
4 years ago
4
Clarify / change description - handwritten parser, not parser for handwritten math
#2
ChrisDavison
closed
4 years ago
1