-
-
Notifications
You must be signed in to change notification settings - Fork 120
feat(developer): next generation KMN compiler - parser 🤔 #13492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: feat/developer/13349-kmc-kmn-next-generation-lexer
Are you sure you want to change the base?
feat(developer): next generation KMN compiler - parser 🤔 #13492
Conversation
User Test ResultsTest specification and instructions User tests are not required |
…nt and Rule classes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some suggestions on expanding the ternary consitionals and on the Rule hierarchy but no objection to what's here!
developer/src/kmc-kmn/src/ng-compiler/token-buffer.ts
Outdated
Show resolved
Hide resolved
<
8000
/div>
@srl295 process note: please don't approve PRs while still in draft. |
accidental- thought i dismissed it. |
…eration-lexer' into feat/developer/13349-kmc-kmn-next-generation-parser
…, but 2/10 of the ranges failing due to timeouts
…eration-lexer' into feat/developer/13349-kmc-kmn-next-generation-parser
…ameRule -> NormalStoreNameRule
…tFreesCaps white space in BNF
…eration-lexer' into feat/developer/13349-kmc-kmn-next-generation-parser
…eration-lexer' into feat/developer/13349-kmc-kmn-next-generation-parser
…nd syntax analyser
…eration-lexer' into feat/developer/13349-kmc-kmn-next-generation-parser
…GroupBlockRule into GroupStatementRule
…tformStatementRule and BaselayoutStatementRule
A recursive-descent parser with AST generation for the next generation KMN compiler, based on a modified port of Fowler's parser (see Domain Specific Languages by Martin Fowler and Rebecca Parsons, Ch.21, 24)
see Next Generation KMN Compiler #13349
The parser will initially be developed for positive path only i.e. no error messages, and with no backward compatability
@keymanapp-test-bot skip
To do list (following first full parse of
khmer_angkor.kmn
):layer()
,platform()
and baselayout()`