|
Lime Parser Generator 0.1.0
Runtime-extensible LALR(1) parser with SIMD tokenization and LLVM JIT
|
Collection of detected conflicts. More...
#include <conflict.h>
Data Fields | |
| uint32_t | capacity |
| Allocated slots. | |
| Conflict * | conflicts |
| Dynamic array of conflicts. | |
| uint32_t | count |
| Number of conflicts in the set. | |
Collection of detected conflicts.
Definition at line 88 of file conflict.h.
| uint32_t ConflictSet::capacity |
Allocated slots.
Definition at line 91 of file conflict.h.
| Conflict* ConflictSet::conflicts |
Dynamic array of conflicts.
Definition at line 89 of file conflict.h.
| uint32_t ConflictSet::count |
Number of conflicts in the set.
Definition at line 90 of file conflict.h.