descriptionnone
ownerwynand.winterbach@gmail.com
last changeWed, 21 May 2008 13:33:28 +0000 (21 13:33 +0000)
content tags
add:
README
README FILE OF LTTOOLBOX

1. Programs

	lt-comp   -> compiler, execute without parameters to show the
                     instructions of use.

	lt-proc   -> processor, works with options -a (lexical analyser, 
                     default option), -g (lexical generator) and -p 
                    (lexical post-generator).  Using -h will show all 
                    flags.

	lt-expand -> generates all the pairs of transductions of a given
	             dictionary.  Execute without parameters to show the
                     instructions of use.

2. Install

	a. Requirements:
	        - i686, ppc, SPARC, etc.
		- g++ >= 2.95
		- gnu make
		- libxml2 (last version)

	b. Building & installing
		- ./configure
		- make
		- make install (o make-install script)
shortlog
2008-05-21 ftyersAdd filesmastersvn_head
2008-05-20 jimreganlttools_config.h is autogenerated - it shouldn't be...
2008-05-10 ftyersAdding stuff for win32
2008-05-09 ftyersChange while(true) { to while(!feof(input)) { in null...
2008-05-08 ftyersRemoving old tests
2008-05-08 ftyersAdding tests
2008-05-08 ftyersMove tests
2008-04-24 sortizincluding exception.h in make dist
2008-04-18 ftyersChange char-equiv to equiv-char -- as in RNG
2008-04-18 sortizlt-comp with support for acx files
2008-04-18 ftyersAdd rng schema for analysis chars
2008-04-16 ftyersFix typo
2008-04-07 sanmarfVersion number updated, 3.0.3
2008-04-07 sortizlt-proc with null_flush mode working also in generation...
2008-04-07 ftyersAdding configure check for wide string, closes bug #61
2008-03-31 sanmarfRead/write methods from/to C++ streams
...
heads
15 years ago svn_head
15 years ago master