|
3879e207fc
|
Return an error if we encounter an unknown operator
|
2023-12-22 15:45:28 -08:00 |
|
|
4309bcc3b4
|
Implement != operator in expression evaluator
|
2023-12-22 15:43:49 -08:00 |
|
|
a465be6cf8
|
Switch to MPL-2.0 to allow static linking
|
2023-12-18 09:16:33 -08:00 |
|
|
01047706b6
|
Rewrite error handling logic
|
2023-12-17 16:55:13 -08:00 |
|
|
979e7aa33e
|
Implement in operator for maps
|
2023-11-03 18:33:41 -07:00 |
|
|
9b15d2a7dd
|
Implement string concatenation
|
2023-10-31 15:49:00 -07:00 |
|
|
3eca240b56
|
Add GPL headers
|
2023-10-30 18:43:18 -07:00 |
|
|
e01755bbf5
|
Move ast and parser out of internal
|
2023-10-30 18:38:53 -07:00 |
|
|
7e307d8811
|
Improve error handling in expressions
|
2023-10-30 17:16:45 -07:00 |
|
|
dce4ee2e8f
|
Implement modulo operation
|
2023-10-30 16:59:37 -07:00 |
|
|
136e8cb26e
|
Improve expression handling and add parentheses support
|
2023-10-30 15:02:41 -07:00 |
|
|
71a09170c9
|
Initial Commit
|
2023-10-28 18:10:17 -07:00 |
|