Skip to content

xbauch/nts-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

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

::= [ ] | [ ]

About

C++ parser for the Numerical Transition System language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published