mirror of
https://github.com/urinalcaketopper/fddl.git
synced 2025-06-06 13:24:46 +00:00
updated readme
This commit is contained in:
parent
1742cf647d
commit
9ca8ff2526
@ -130,7 +130,7 @@ print(`The square of $number is ${math.square($number)}`);
|
||||
- [x] Execution of `PrintStatement` and `ExpressionStatement`.
|
||||
- [ ] Implement evaluation for remaining unary operators (`not`, `some`, `~`).
|
||||
- [ ] Implement evaluation for binary comparison (`<`, `<=`, `>`, `>=`), equality (`==`, `!=`), and logical (`and`, `or`) operators.
|
||||
- [ ] **Environment for Variables**: Implement variable declaration (`let`), assignment (`=`), and lookup (`identifier`).
|
||||
- [x] **Environment for Variables**: Implement variable declaration (`let`), assignment (`=`), and lookup (`identifier`).
|
||||
- [ ] **Control Flow Execution**: `if/else`, `while`, `for`.
|
||||
- [ ] **Function Execution**: Handling function calls, parameter passing, environments/scopes, and `return` statements.
|
||||
- **Compiler**:
|
||||
|
Loading…
x
Reference in New Issue
Block a user