Expand description
STEP/IFC Parser using nom
Zero-copy tokenization and fast entity scanning.
Structs§
- Entity
Scanner - Fast entity scanner - scans file without full parsing O(n) performance for finding entities by type Uses memchr for SIMD-accelerated byte searching
Enums§
- Token
- STEP/IFC Token
Functions§
- parse_
entity - Parse a complete entity line Example: #123=IFCWALL(‘guid’,‘owner’,$,$,‘name’,$,$,$);