diff options
author | JSDurand <mmemmew@gmail.com> | 2021-11-09 20:03:23 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2021-11-09 20:03:23 +0800 |
commit | 53b8b6ffab5a968db75e9babddf4e2dbb2c688a3 (patch) | |
tree | 4ff55ae0027544b06702d24ec4840a2011f724e9 /src/util.h | |
parent | 87b6bad500702b0fcd708ee5b1d99f61a29ec7e6 (diff) |
save point: representation of grammar might be too rough.
The current representation of the grammar is the most primitive BNF.
This is the simplest to implement, but is difficult to cope with user
requirements. Moreover, I find another paper describing the GLR
algorithm, so I need to think about the representation of the grammar
more. In particular, I would like the generation of the grammar to be
incremental, so per chance its data type should be adapted
accordingly.
Diffstat (limited to 'src/util.h')
0 files changed, 0 insertions, 0 deletions