mirror of
https://github.com/urinalcaketopper/fddl.git
synced 2025-06-07 05:34:47 +00:00
commit for random files?
This commit is contained in:
parent
b5ab9f51ff
commit
b7ead71b70
@ -88,6 +88,7 @@ fddl is very much a work in progress, with lots of planned improvements and addi
|
|||||||
- [x] Parser parsing the rest of the operators (mostly complete)
|
- [x] Parser parsing the rest of the operators (mostly complete)
|
||||||
- [ ] Working on building out functions to parse simple functionality in the language (if, while, for), and to read their expressions and values
|
- [ ] Working on building out functions to parse simple functionality in the language (if, while, for), and to read their expressions and values
|
||||||
- [ ] Implement parsing for ~~~function calls,~~~ expressions, checks, literally everything.
|
- [ ] Implement parsing for ~~~function calls,~~~ expressions, checks, literally everything.
|
||||||
|
- [ ] L & R Values
|
||||||
|
|
||||||
- **Compiler**:
|
- **Compiler**:
|
||||||
- [ ] Currently a placeholder. Implement the compiler to compile parsed code.
|
- [ ] Currently a placeholder. Implement the compiler to compile parsed code.
|
||||||
@ -99,6 +100,7 @@ fddl is very much a work in progress, with lots of planned improvements and addi
|
|||||||
|
|
||||||
- **Error Handling**:
|
- **Error Handling**:
|
||||||
- [ ] Replace `stderr` with a more robust error handling mechanism.
|
- [ ] Replace `stderr` with a more robust error handling mechanism.
|
||||||
|
- [ ] Errors as values
|
||||||
|
|
||||||
- **Testing**:
|
- **Testing**:
|
||||||
- [x] Added initial `lexer` tests.
|
- [x] Added initial `lexer` tests.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user