lambda_mountain 1.13.53

Compiler Backend / Programming Language Scaffolding
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

import LIB/default-instruction-set.lm;
import LIB/default-primitives.lm;
import LIB/default-rules.lm;
import LIB/default-stdlib.lm;
import LIB/default-templates.lm;

import SRC/stable-ast.lm;
import SRC/stable-types.lm;
import SRC/stable-utility.lm;
import SRC/stable-tokenize.lm;
import SRC/stable-parse.lm;
import SRC/stable-preprocess.lm;
import SRC/stable-fragment.lm;
import SRC/stable-context.lm;
import SRC/stable-index.lm;
import SRC/stable-cli.lm;