-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
32 lines (17 loc) · 809 Bytes
/
README
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
=================================================
Hurd Common Lisp bindings & translator library
=================================================
- common/
Contains common code to mach, hurd and hurd-translator packages.
- mach/
Contains mach bindings for functions used to manipulate ports in the hurd package.
- hurd/
Contains bindings to some RPC's. Implements the iouser abstraction and a Lispy libports implementation using only mach functions (not the libports library).
- translator/
Contains the translator and node class. Implements the translator callbacks and describes the available API.
- tree-translator/
Special translator class to easily implement directory based translators.
- examples/
Translator examples.
- tests/
Test the translator library using the 'test' translator.