Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bihan001/sapphirelang


https://github.com/bihan001/sapphirelang

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Backus-Naur Form (BNF) grammar

```
::= |

::= | | SEMICOLON

::= INT LPAREN RPAREN LBRACE RBRACE

::= INT | INT COMMA | ε

::= INT SEMICOLON | INT EQUAL SEMICOLON

::= | PLUS | MINUS

::= | STAR | SLASH

::= | | LPAREN RPAREN | |

::= MINUS | NOT

::= QUESTION COLON

::= ID

::= NUM
```