-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathREADME
More file actions
33 lines (19 loc) · 674 Bytes
/
README
File metadata and controls
33 lines (19 loc) · 674 Bytes
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
This isn't meant for others to use (yet). But for the persistent,
here are some hints:
nl/
Source code written in Nile
c/
Compiler-generated C code. Depends on a C-based Nile runtime.
If you're lucky, ``make -f Makefile.gcc" might get you a libgezira.a.
c/demos/
Some mostly-broken demos. Depends on a libgezira.a and a C-based Nile
runtime. If you're lucky, ``make -f Makefile.gcc snow-demo" might get
you some falling snow.
bindings/squeak/
Squeak bindings to the compiled code in c/ .
js/
Compiler-generated Javascript code (out-of-date)
js/demos/
Javascript demos
hs/
Early experiment in generating Haskell code