Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows XP | Windows 2000 | Windows 2003 | Windows 2008 | Windows 98 | Windows ME | Windows NT | Windows Vista | Windows 2012 SHA1 Hash: b9eaf8e6afc1703a88c19a9554bad506b991737f Size: 726.28 KB File Format: zip
Rating: 2.434782608
out of 5
based on 23 user ratings
Downloads: 1465 License: Free
LRSTAR Parser & Lexer Generator is a free software by Compilerware and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows XP, Windows 2000, Windows 2003, Windows 2008, Windows 98, Windows ME, Windows NT, Windows Vista, Windows 2012.
You can download LRSTAR Parser & Lexer Generator which is 726.28 KB in size and belongs to the software category Coding languages and Compilers. LRSTAR Parser & Lexer Generator was released on 2012-02-07 and last updated on our database on 2017-04-23 and is currently at version 3.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
LRSTAR Parser & Lexer Generator Description
LRSTAR is a fast LALR(k) parser generator for C/C++ programmers, that builds very fast compilers and language processors by using compressed-matrix parser tables. Creates compiler front-ends that read source code at 1,000,000 lines per second. LRSTAR reads the powerful TBNF grammar notation which facilitates building an AST automatically and other advanced functionality. Solves the "typedef" problem in C grammars.The compiler front-end source code is in C++, however, a user may re-write the skeleton file in another language, such as C, C#, Java, and then generate code in that language. Contains Microsoft Visual Studio C/C++ work spaces.DFASTAR and DFAC lexer generators are included in the downloads. These generate very fast DFA lexical analyzers which read 30,000,000 tokens per second -- twice the speed of Flex.