issues
search
francescoApophis
/
calc-parser
Small parser for simple math expressions.
MIT License
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
it should return 'undefined' as result if there's a zero division like "15 / (5 - 5)" instead of breaking
#8
francescoApophis
closed
2 months ago
0
Refactor needed in `lexer` class
#7
francescoApophis
closed
2 months ago
0
Investigate dubious line in `lexer.tokenize()`
#6
francescoApophis
closed
9 months ago
1
Add support for exponentiation and parentheses usage
#5
francescoApophis
opened
9 months ago
1
Move Lexer code into its own file, use main file for the parser itself
#4
francescoApophis
closed
9 months ago
0
Add support for negative numbers
#3
francescoApophis
opened
10 months ago
0
Add error support for handling incorrect ("+ * 23...") and invalid ("3+fgd") expressions
#2
francescoApophis
closed
2 months ago
3
Empty string are added to Lexer.tokens when operand and parenthesis are next to each other.
#1
francescoApophis
closed
10 months ago
1