The EDDIE Tool 0.37.3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News The EDDIE Tool 0.37.3 (Default branch)
# 1  
Old 01-06-2009
The EDDIE Tool 0.37.3 (Default branch)

ImageThe EDDIE Tool is a system and network monitoring,security, and performance analysis agent developedentirely in threaded Python. Its key features areportability, extendibility, and powerfulconfiguration.License: GNU General Public License (GPL)Changes:
Eddie is now a properly installable Pythonpackage. This allows it to be distributed inpackage format and can be very easily installedusing "easy_install EDDIE-Tool". Other bugfixesand minor enhancements are included.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
ANTLR(3)							       antlr								  ANTLR(3)

NAME
ANTLR - ANother Tool for Language Recognition, version 3 SYNOPSIS
java org.antlr.Tool or antlr3 [args] file.g file2.g file3.g ...] DESCRIPTION
ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions. -o outputDir specify output directory where all output generated. -fo outputDir same as -o but force even files with relative paths to dir. -lib dir specify location of token files. -depend generate file dependencies. -report print out a report about the grammar(s) processed. -print print out the grammar without actions. -debug generate a parser that emits debugging events. -profile generate a parser that computes profiling information. -nfa generate an NFA for each rule. -dfa generate a DFA for each decision point. -message-format name specify output style for messages. -verbose generate ANTLR version and other information. -make only build if generated files older than grammar. -version print the version of ANTLR and exit. -X display extended argument list. AUTHOR
This manual page was written by Ludovic Claude <ludovic.claude@laposte.net> SEE ALSO
java(1), runantlr(1), http://www.antlr.org/ GNU
June 27, 2010 ANTLR(3)