|
8ab144f3c5
|
Interpreter - Move function call arguments
|
2023-01-02 17:45:19 +01:00 |
|
|
1ad55e95f5
|
Interpreter - Use EnvironmentRef in Callable
|
2023-01-02 17:44:51 +01:00 |
|
|
34619a8125
|
Interpreter - Callable extends Debug and ToString
|
2023-01-02 17:40:06 +01:00 |
|
|
696a363ec6
|
Interpreter - Implement PartialEq manually for values
|
2023-01-02 17:39:31 +01:00 |
|
|
a4875ff876
|
Interpreter - Actually use the callable module
|
2023-01-02 16:04:44 +01:00 |
|
|
3b5778ff47
|
Interpreter - Function re-ordering
|
2023-01-02 16:00:10 +01:00 |
|
|
b1d0db5ea4
|
Interpreter - Callable interface definition
|
2023-01-02 15:54:50 +01:00 |
|
|
a317e54426
|
CLIPPY IS GOD.
|
2023-01-02 14:10:32 +01:00 |
|
|
2f0798bfe1
|
Interpreter - Implemented new version of the loop statement
|
2023-01-02 12:18:00 +01:00 |
|
|
7541a8bda6
|
Interpreter - Support for loop labels
|
2023-01-02 11:26:12 +01:00 |
|
|
2599c0ebdc
|
Interpreter - Don't return interpreter results from the environment's methods
|
2023-01-02 11:25:48 +01:00 |
|
|
ddf6625326
|
Interpreter - While loops
|
2023-01-01 18:44:35 +01:00 |
|
|
a671836655
|
Interpreter - Support for logical or / and
|
2023-01-01 18:27:45 +01:00 |
|
|
79c594afa9
|
Interpreter - Fixed == operator. Oops.
|
2023-01-01 18:27:33 +01:00 |
|
|
9a84283245
|
Interpreter - If statement
|
2023-01-01 11:10:48 +01:00 |
|
|
81aef09c5b
|
Interpreter - Additional errors for variables
* Uninitialized variable usage
* Redefining variables
|
2023-01-01 10:52:29 +01:00 |
|
|
e92628a4eb
|
Interpreter - Nested environments
|
2022-12-31 17:27:09 +01:00 |
|
|
d9e3ef2623
|
Environment - Rc<RefCell<...>> to store the parent
|
2022-12-31 17:26:40 +01:00 |
|
|
c71bdd8c87
|
Environment - Attempt at nesting support
|
2022-12-31 16:56:00 +01:00 |
|
|
f4111577ca
|
Interpreter - Variable assignment
|
2022-12-31 16:36:29 +01:00 |
|
|
8d6191c7ee
|
Environment - Support for assignment
|
2022-12-31 16:32:59 +01:00 |
|
|
c486b81cba
|
Interpreter - Support for initializing and using variables
|
2022-12-31 16:13:40 +01:00 |
|
|
90557e6600
|
Interpreter - Create and pass the environment when evaluating
|
2022-12-31 16:01:47 +01:00 |
|
|
8b44af08ba
|
Interpreter - Initial environment implementation
|
2022-12-31 15:57:54 +01:00 |
|
|
7f94906412
|
Interpreter - Created environment module
|
2022-12-31 15:50:23 +01:00 |
|
|
bf6e150085
|
Interpreter - Split into multiple modules
|
2022-12-31 15:49:31 +01:00 |
|
|
81b5f27f0a
|
Interpreter - Moved module to subdirectory
|
2022-12-31 15:45:28 +01:00 |
|