Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed Nov 17, 2023
1 parent ba2117c commit 84953d5
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# syntax

support JSON data

`put` as a `BlockStmt`

```
put <place> <data>
```

# type system

DefineDatatype & DatatypeDefinition
[maybe] DefineInterface & InterfaceDefinition

[maybe] DefineDatatype & DatatypeDefinition

- `datatype <name>` -- to define trivial type for now
- pass parser `tests/`
Expand Down

0 comments on commit 84953d5

Please sign in to comment.