You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Simplify custom types example to use actual ZynPEG features
Remove non-existent "type_alias" and "match" commands. Use realistic
pattern: grammar parses type names with "get_text", type mapping
to primitives happens during compilation phase.
The type mapping (Currency → f64, Date → i64) happens during compilation. Your DSL plugin can validate and transform types as needed. This allows DSL code like:
0 commit comments