detailed parser error reporting [wip - 1 example]
This commit is contained in:
parent
8c36bbce28
commit
65a83cd77c
19 changed files with 256 additions and 84 deletions
|
|
@ -29,12 +29,14 @@ namespace xo {
|
|||
* 2. top-level batch
|
||||
* 3. nested
|
||||
*
|
||||
* @text
|
||||
* 1 2 3
|
||||
* +--------
|
||||
* def | y y y
|
||||
* symbol | y n n 1: evaluate as variable
|
||||
* i64 | y n n 1: evaluate as constant
|
||||
*
|
||||
* @endtext
|
||||
**/
|
||||
class exprseq_xs : public exprstate {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue