Added details of opaque data

This commit is contained in:
2022-10-04 07:45:03 +11:00
committed by GitHub
parent e96f2fe130
commit aca61ae944
2 changed files with 16 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ print tally(); //3
* Simple C-like syntax
* Bytecode intermediate compilation
* Optional, but robust type system
* Optional, but robust type system (including `opaque` for arbitrary data)
* functions and types are first-class citizens
* `import` and `export` variables from the host program
* Fancy slice notation for strings, arrays and dictionaries