Interpreter with Pascal like syntax, implemented with Flex and Bison
Stars
0
Forks
Watchers
Open Issues
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
32
commits
Remove shift/reduce conflicts with characters
e73bf94
Fix shift/reduce conflicts with operation priority
163ca8a
Fix shift/reduce conflicts with 'expr expr'
81b3d92
Update README + restruct project a little bit
33e6bd2
Fix some errors
5fb27e2
Turn off debug outputs
19b66f3
Add string
cedad22
Add for
d25ed71
Add while
e250071
Add if
f9fd6ef
Add and, or, not
a7f2a76
Implement compare operators
a6c76e7
Add compare operator in lexer and parser
ebff0b7
Add begin and end
0778896
Implement read and write
3773315