Lime Parser Generator 0.1.0
Runtime-extensible LALR(1) parser with SIMD tokenization and LLVM JIT
Loading...
Searching...
No Matches
ConflictSet Struct Reference

Collection of detected conflicts. More...

#include <conflict.h>

Data Fields

uint32_t capacity
 Allocated slots.
 
Conflictconflicts
 Dynamic array of conflicts.
 
uint32_t count
 Number of conflicts in the set.
 

Detailed Description

Collection of detected conflicts.

Definition at line 88 of file conflict.h.

Field Documentation

◆ capacity

uint32_t ConflictSet::capacity

Allocated slots.

Definition at line 91 of file conflict.h.

◆ conflicts

Conflict* ConflictSet::conflicts

Dynamic array of conflicts.

Definition at line 89 of file conflict.h.

◆ count

uint32_t ConflictSet::count

Number of conflicts in the set.

Definition at line 90 of file conflict.h.


The documentation for this struct was generated from the following file: