a source file scanner
More...
#include <scan.h>
a source file scanner
Definition at line 23 of file scan.h.
◆ arena
the allocator to use
Definition at line 30 of file scan.h.
◆ context
the parser data to use
Definition at line 45 of file scan.h.
◆ io
the backing io object
- Note
- this will be NULL if the scanner is a builtin scanner
Definition at line 27 of file scan.h.
◆ language
the name of the language this file contains
Definition at line 36 of file scan.h.
◆ mapped
the text of the file
Definition at line 48 of file scan.h.
◆ nodes
arena to use when allocating nodes
Definition at line 33 of file scan.h.
◆ path
the path to this file
Definition at line 39 of file scan.h.
◆ tree
the tree generated by a language parser
Definition at line 42 of file scan.h.
The documentation for this struct was generated from the following file:
- common/scan/include/scan/scan.h