We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e115be commit 9239b3fCopy full SHA for 9239b3f
1 file changed
README.md
@@ -4,6 +4,10 @@ NB: this project has no link with [RemObjects Pascal Script](https://github.com/
4
5
## Status
6
7
+As of 2026-05-21, use of a "compiler" generating an AST then an "interpreter" executing this AST is on its way.
8
+
9
+Direct interpretation was really too cumbersome to implement...
10
11
As of 2026-02-20, the interpreter itself implements:
12
13
- Assignment to variable from an expression with `:=`
0 commit comments