|
Lime Parser Generator 0.1.0
Runtime-extensible LALR(1) parser with SIMD tokenization and LLVM JIT
|
Types of conflicts that can occur between grammar extensions. More...
Data Structures | |
| struct | Conflict |
| Description of a single conflict between modifications. More... | |
Enumerations | |
| enum | ConflictType { CONFLICT_TOKEN_COLLISION , CONFLICT_DUPLICATE_RULE , CONFLICT_PRECEDENCE_CLASH , CONFLICT_SHIFT_REDUCE , CONFLICT_REDUCE_REDUCE } |
| Types of conflicts that can occur between grammar extensions. More... | |
Types of conflicts that can occur between grammar extensions.
| enum ConflictType |
#include <include/conflict.h>
Types of conflicts that can occur between grammar extensions.
Definition at line 51 of file conflict.h.