ForthVM.Application (ForthVM v0.5.0) View Source

Starts a full Forth VirtualMachine, supporting multiple-core (Elixir processes) and processes (ForthVM ones)

Link to this section Summary

Link to this section Functions

See ForthVM.Supervisor.core_pid/1.

Link to this function

execute(core_id, process_id, source, dictionary \\ nil)

View Source

See ForthVM.Supervisor.execute/4.

Link to this function

load(core_id, process_id, source)

View Source

See ForthVM.Supervisor.load/3.

Link to this function

spawn(core_id, process_id, dictionary \\ nil)

View Source

See ForthVM.Supervisor.spawn/3.