Cthulhu
0.2.10
Cthulhu compiler collection
|
Data Fields | |
arena_t * | arena |
io_t * | io |
text_view_t | source |
typevec_t * | line_info |
map_t * | cached_lines |
Definition at line 146 of file common_extra.c.
arena_t* text_cache_t::arena |
Definition at line 148 of file common_extra.c.
map_t* text_cache_t::cached_lines |
Definition at line 155 of file common_extra.c.
io_t* text_cache_t::io |
Definition at line 150 of file common_extra.c.
typevec_t* text_cache_t::line_info |
Definition at line 153 of file common_extra.c.
text_view_t text_cache_t::source |
Definition at line 151 of file common_extra.c.