EBNF
#34
Replies: 3 comments 6 replies
|
InstantFPC should also work with Unleashed Pascal or you have to build 'InstantUnleash'. |
2 replies
|
Yes. The situation is the same as with FPC itself: there is no maintained grammar file, the grammar lives in the hand-written parser, but the syntax is regular EBNF material. Every Unleashed construct is an additive production on top of the standard FPC grammar, so whatever works for describing FPC works here too, plus the new productions. The per-feature docs in |
1 reply
|
There are much work for your pascal dialect. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Can Unleashed Pascal be described using EBNF?
If the answer is yes, then there are a few things that need to be expanded upon.
See:
All reactions