From a04f816cff4a2a558a522b859f8339637db6b726 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 24 Sep 2020 20:44:13 -0700 Subject: 6852 - tile: placeholder for lexical scopes --- apps/tile/rpn.mu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/tile/rpn.mu') diff --git a/apps/tile/rpn.mu b/apps/tile/rpn.mu index 79339918..4f9a926c 100644 --- a/apps/tile/rpn.mu +++ b/apps/tile/rpn.mu @@ -1,4 +1,4 @@ -fn evaluate defs: (addr function), scratch: (addr line), end: (addr word), out: (addr int-stack) { +fn evaluate defs: (addr function), bindings: (addr table), scratch: (addr line), end: (addr word), out: (addr int-stack) { var line/eax: (addr line) <- copy scratch var word-ah/eax: (addr handle word) <- get line, data var curr/eax: (addr word) <- lookup *word-ah -- cgit 1.4.1-2-gfad0 abel='branches'> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/vimrc.vim
blob: a3f31d1e2dd66cb2e3c9f46229caf0c2929b16da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38