mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 00:52:51 -06:00
editor
This commit is contained in:
@@ -708,10 +708,13 @@ already possible, even though more support could be
|
|||||||
desired for things like literals and precedences.
|
desired for things like literals and precedences.
|
||||||
|
|
||||||
The parser generated by GF is not able to parse all
|
The parser generated by GF is not able to parse all
|
||||||
source programs, because of cyclic context-free
|
source programs, because some cyclic parse
|
||||||
rules (of the form $C ::= C$). Recovery from cyclic
|
rules (of the form $C ::= C$) are generated. Recovery from cyclic
|
||||||
rules is ongoing work in GF independently of this
|
rules is ongoing work in GF independently of this
|
||||||
experiment.
|
experiment.
|
||||||
|
For the time being, the interactive editor is the best way to
|
||||||
|
construct C programs using our grammar.
|
||||||
|
|
||||||
|
|
||||||
The most serious problem is that the idea of compilation
|
The most serious problem is that the idea of compilation
|
||||||
as linearization does not quite work in the generation
|
as linearization does not quite work in the generation
|
||||||
|
|||||||
Reference in New Issue
Block a user