Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 555 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 555 Bytes

nts-parser

C++ parser for the Numerical Transition System language

In the original NTS language, the following arithmetic term is ungramatical:

a[i+1]

Instead, we have modified the syntax for arithmetic terms ( is added and is modified).

::= | [ ] | | ( ) | [ ]

::= [ ] | [ ]