Skip to main content

Module core

Module core 

Source

Structs§

ParseDiagnostics
ParseTimings

Functions§

parse_gctf
Parse a .gctf file into an AST
parse_gctf_from_str
Parse .gctf content from string (for LSP/editor use). Documents are determined implicitly: REQUEST after RESPONSE/ERROR/ASSERTS, or ENDPOINT/ADDRESS starts a new document.
parse_gctf_with_diagnostics
Parse .gctf and return AST + diagnostics useful for inspect/debug. Supports multiple documents with implicit boundaries (ENDPOINT after terminal section).
serialize_gctf
Format/serialize a GCTF document to string