New Open Source Lexical Analyzer Generator: create a language parser with built-in Unicode support

  • You are here: Free PHP » Uncategorized » New Open Source Lexical Analyzer Generator: create a language parser with built-in Unicode support

Are you writing a program that has to parse text input (eg, a language compiler or interpreter)? The newest software added to the Free Compiler Construction Tools: Lexer and Parser Generators creates the source code for a lexical analyzer for you, given a list of specifications using regular expressions. Unlike some of the older tools on that page, this one supports Unicode character sets (UTF-8, UTF-16, UTF-32) out-of-the-box and generates thread-safe code.

Powered by Gewgley