Cthulhu  0.2.10
Cthulhu compiler collection
scan_t Struct Reference

a source file scanner More...

#include <scan.h>

Collaboration diagram for scan_t:

Data Fields

io_tio
 the backing io object More...
 
arena_tarena
 the allocator to use More...
 
arena_tnodes
 arena to use when allocating nodes More...
 
STA_FIELD_STRING const char * language
 the name of the language this file contains More...
 
STA_FIELD_STRING const char * path
 the path to this file More...
 
void * tree
 the tree generated by a language parser More...
 
void * context
 the parser data to use More...
 
text_view_t mapped
 the text of the file More...
 

Detailed Description

a source file scanner

Definition at line 23 of file scan.h.

Field Documentation

◆ arena

arena_t* scan_t::arena

the allocator to use

Definition at line 30 of file scan.h.

◆ context

void* scan_t::context

the parser data to use

Definition at line 45 of file scan.h.

◆ io

io_t* scan_t::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

STA_FIELD_STRING const char* scan_t::language

the name of the language this file contains

Definition at line 36 of file scan.h.

◆ mapped

text_view_t scan_t::mapped

the text of the file

Definition at line 48 of file scan.h.

◆ nodes

arena_t* scan_t::nodes

arena to use when allocating nodes

Definition at line 33 of file scan.h.

◆ path

STA_FIELD_STRING const char* scan_t::path

the path to this file

Definition at line 39 of file scan.h.

◆ tree

void* scan_t::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: