|
944663c2b1
|
Split some expression code into separate functions
|
2024-06-06 19:17:20 -07:00 |
|
|
c5470a45dd
|
Define the behavior of nil better
|
2024-06-06 19:12:59 -07:00 |
|
|
849295bb5f
|
Allow the != operator to be used on nil
|
2024-06-06 19:09:50 -07:00 |
|
|
d5c33f9e5d
|
Add nil keyword
|
2024-06-06 19:06:45 -07:00 |
|
|
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 |
|