claro-lang icon indicating copy to clipboard operation
claro-lang copied to clipboard

Claro Lang

Results 23 claro-lang issues
Sort by recently updated
recently updated
newest added

Using a script doing a bit of regex search and repace and manually adding the tokens from the lexer we can get an `EBNF` understood by (IPV6) https://www.bottlecaps.de/rr/ui or (IPV4)...

Hello, thanks for open sourcing claro - this looks quite interesting. Coming from kotlin, I am curious what is your perspective on interop with other jvm libraries, which I couldn't...

enhancement

The following does not compile giving `Invalid type: Found: LIST Expected: oneof` ``` newtype Node : struct { example: oneof } var test = Node({example = [1,2]}); print(test); ``` Introducing...