about summary refs log tree commit diff stats
path: root/callcc.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-10-27 12:20:13 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-10-27 12:20:13 -0700
commiteb4eeceabcedd37c11680822b66b266111df261e (patch)
treec795d8ed0052fb2b9f12a7a88585f2f191a93e6d /callcc.mu
parent4d1f4a660c8ce9226746f485757d7885eaaf8d61 (diff)
downloadmu-eb4eeceabcedd37c11680822b66b266111df261e.tar.gz
2289
Now dilated reagent parsing is much simpler.

We still can't parse nested hashes. We may never need that. For now the
syntax model is:
  program = collection of top levels
  top-level contains a list of lines
  lines may be instructions
  instructions have reagents
  reagents can be in compressed or dilated syntax (or literal strings)
  property values inside reagents can be s-expression trees

We balance {} inside top-levels, [] inside strings, and () inside
property values.
Diffstat (limited to 'callcc.mu')
0 files changed, 0 insertions, 0 deletions
8:18 +0100 fixed unit tests' href='/akspecs/ranger/commit/test/tc_keyapi.py?h=v1.8.1&id=dd4a4145c5e43b191d54fdddbc16b037a5d7345e'>dd4a4145 ^
f5db66a1 ^
76e9b89a ^
a666f32b ^








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
39
40
41
42
43
44
45