Links:
re2c a tool for writing fast and flexible lexers that is in the order of 2-3 times faster than a flex based scanner, and its input model is much more flexible relocalizable flex REFLEX (relocalizable flex) is an updated variation of flex 2.5.4 with support for relocalizable scanners. Unlike flex, it supports non-POSIX locales. SDPXML a general-purpose XML parser in C++, using a Flex-generated scanner SHACC Shaggy's Homebrew Alternative Compiler Compiler: a replacement for YACC which supports most of the YACC syntax but isn't limited to one token of lookahead styx a scanner/parser generator designed to address some shortcomings of the traditional lex/yacc combination The bintrans Dynamic Binary Translator a dynamic binary translator. That means it runs programs on architectures they were not compiled for Thinkage YAY (shareware) a package that generates software to parse text input xflat eXtended FLAT (XFLAT) is a binary format that will support dynamic shared libraries on MMU-less Linux (uClinux) platforms. XFLAT is a mature suite of development tools including compiler, linker, loader, dynamic loader and support tools. XIST an XML based extensible HTML generator written in Python. XIST is also a DOM parser (built on top of SAX2) with a very simple and pythonesque tree API yagg given YACC-like and LEX-like input files, generates a C++ program that generates all strings of a user-specified length yappy yappy provides a lexical analyser and a LR parser generator for Python applications. Currently it builds SLR, LR(1) and LALR(1) parsing tables. Tables are kept in Python shelves for use in parsing.
Prev 50