-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathREADME
39 lines (26 loc) · 1.04 KB
/
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
33
34
35
36
37
38
39
---------------------------------------------------------------------
TOM - To One Matching Compiler
---------------------------------------------------------------------
What is it?
-----------
Tom is a pattern matching compiler, developed at Universite de Lorraine and
Inria. It is particularly well-suited for programming various transformations
on trees/terms.
The Latest Version
------------------
Details of the latest version can be found on the Tom Project
web site <http://tom.loria.fr/>.
Documentation
-------------
The documentation is available at <http://tom.loria.fr>, in HTML
format
Licensing
---------
The Tom compiler is licensed under the GNU General Public License
(GNU GPL, available at <http://www.gnu.org/licenses/>).
The predefined mappings ($TOM_HOME/share/tom), the runtime library,
and the examples are licensed under the BSD License
(available at <http://www.opensource.org/licenses/bsd-license.php>).
Thanks for using Tom.
The Tom Project
<http://tom.loria.fr/>