kyle ~master (2022-04-28T01:03:22Z)
Dub
Repo
kyle_state
kobj
Undocumented in source.
class
kyle_state {
string
toplevel_header
;
void
function
(
kyle_arguments
,
kyle_state
)[
string
]
deles
;
bool
use_mod
;
char
line_ending
;
char
comment_break
;
char
comment_op
;
string
supplied_code
;
string
[
string
]
storage
;
kyle_object
[
string
]
storageO
;
int
err
;
string
errmsg
;
}
Members
Variables
comment_break
char
comment_break
;
Undocumented in source.
comment_op
char
comment_op
;
Undocumented in source.
deles
void
function
(
kyle_arguments
,
kyle_state
)[
string
]
deles
;
Undocumented in source.
err
int
err
;
Undocumented in source.
errmsg
string
errmsg
;
Undocumented in source.
line_ending
char
line_ending
;
Undocumented in source.
storage
string
[
string
]
storage
;
Undocumented in source.
storageO
kyle_object
[
string
]
storageO
;
Undocumented in source.
supplied_code
string
supplied_code
;
Undocumented in source.
toplevel_header
string
toplevel_header
;
Undocumented in source.
use_mod
bool
use_mod
;
Undocumented in source.
Meta
Source
See Implementation
kobj
classes
kyle_state