Skip to content

Techievena/lttoolbox

 
 

Repository files navigation

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.

	lt-trim   -> (experimental) trims a compiled analyser to only
	             contain entries which would pass through a compiled
		     bidix, creating a new compiled and trimmed analyser.


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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 65.5%
  • C 27.9%
  • Python 2.8%
  • Roff 2.1%
  • M4 1.1%
  • Makefile 0.5%
  • Shell 0.1%