module

Code

Class methods

cfu=(cfu)
Source
codelines
Source
codelines=(codelines)
Source
current_line
Source
current_line=(current_line)
Source
debug
Source
debug=(debug)
Source
functions
Source
functions=(functions)
Source
inject
Source
inject=(inject)
Source
injected_line
Source
injected_line=(injected_line)
Source
last_line
Source
last_line=(last_line)
Source
line
Source
line=(line)
Source
lines
Source
lines=(lines)
Source
log=(log)
Source
reader
Source
reader=(reader)
Source
rol=(rol)
Source
rols
Source
rols=(rols)
Source
singlestep
Source
singlestep=(singlestep)
Source
skip_lines
Source
skip_lines=(skip_lines)
Source
splitlines

text based

Source
splitlines=(splitlines)

text based

Source
vars_int32
Source
vars_int32=(vars_int32)
Source
vars_string
Source
vars_string=(vars_string)
Source
writer
Source
writer=(writer)
Source

Instance methods

_end_

end()= implement end

Source
_if_(x : String, y : Int32)

if()="" implement if

Source
_lower_(x : String, y : Int32)

lower "<" operator

Source
_while_(x : String, y : Int32)

while()= implement while

Source
add_fun(name, vars, line)

end of if add_fun()=

Source
delete(x)

delete()= a line of code by number from codelines arg: line number as String

Source
inject

inject() a line of code into a running interpreter session via a text file with the name "line.txt" in the current working dir enable/disable on the command line with: inject

Source
insert(x, y)

insert()= a line of code into codelines args: line number as Sting followed by a Blank char and the code as String

Source
list(arg, default = "lines")

list()= list the code arg: "lines" or "splits" default is "lines"

Source
load(filename)

load() load scripting code into the codelines String array

Source
run(arg)

run()= run code arg: s # single step mode on

Source
split_run

split_run()= split codelines into tokens seperate operaters from var names by blank remove comment lines

Source
write(x, y)

write()= used to overwrite an existing codeline args: line number as Sting followed by a Blank char and the code as String

Source