PointerScript icon indicating copy to clipboard operation
PointerScript copied to clipboard

Scripting language with pointers and native library access.

Results 2 PointerScript issues
Sort by recently updated
recently updated
newest added

Currently all parsing is done in [ast.c](https://github.com/M4GNV5/PointerScript/blob/master/parser/ast.c) by checking if the text at the current location in the code is a known keyword/operator etc.. First tokenizing the input string should...

Would be nice to have an `EBNF` accpeted by (IPV4) https://rr.red-dove.com/ui or (IPV6) https://www.bottlecaps.de/rr/ui to generate a nice navigable railroad diagram for `PointerScript`, I started one going through the code...