Skip to main content

Module parser

Module parser 

Source
Expand description

STEP/IFC Parser using nom

Zero-copy tokenization and fast entity scanning.

Structs§

EntityScanner
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’,$,$,$);