Finished WIP (rebase this)
All checks were successful
per-push tests / build (push) Successful in 34s
per-push tests / test-frontend (push) Successful in 31s
per-push tests / test-utility (push) Successful in 36s
per-push tests / test-backend (push) Successful in 30s
per-push tests / timed-decomposer-parse (push) Successful in 34s
All checks were successful
per-push tests / build (push) Successful in 34s
per-push tests / test-frontend (push) Successful in 31s
per-push tests / test-utility (push) Successful in 36s
per-push tests / test-backend (push) Successful in 30s
per-push tests / timed-decomposer-parse (push) Successful in 34s
Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
parent
1359ebdded
commit
63aa66952f
3 changed files with 151 additions and 107 deletions
|
|
@ -53,7 +53,13 @@ description = "delete current stack frame"
|
|||
name = "load"
|
||||
args = ["src", "dest"]
|
||||
output = ""
|
||||
description = "copies src into dest"
|
||||
description = "shallow copies src into dest"
|
||||
|
||||
[[instructions]]
|
||||
name = "dupl"
|
||||
args = ["src", "dest"]
|
||||
output = ""
|
||||
description = "deep copies src into dest"
|
||||
|
||||
[[instructions]]
|
||||
name = "clear"
|
||||
|
|
@ -247,6 +253,12 @@ args = ["src"]
|
|||
output = ""
|
||||
description = "mutates a number datum into its inexact form"
|
||||
|
||||
[[instructions]]
|
||||
name = "const"
|
||||
args = ["dst", "data"]
|
||||
output = ""
|
||||
description = "sets dst location to constant integer data"
|
||||
|
||||
[[instructions]]
|
||||
name = "mkvec"
|
||||
args = []
|
||||
|
|
@ -300,4 +312,3 @@ name = "cdr"
|
|||
args = ["list"]
|
||||
output = "returns last element in cons cell"
|
||||
description = "takes an AST and returns last element in top level cons cell"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue