Description:
Compiler construction, theory, etc. (Moderated)
|
|
|
Seed7 Release 2013-05-19
|
| |
Hello,
I have released a new version of Seed7: seed7_05_20130519.tgz In the
Seed7 programming language new statements and operators can be
declared easily. Types are first class objects and therefore
templates/generics need no special syntax. Object orientation is used
when it brings advantages and not in places when other solutions are... more »
|
|
New LRSTAR 4.0 Parser & Lexer Generator just released.
|
| |
The new LRSTAR 4.0 is now available. It generates fast LALR(k) parsers and DFA lexical analyzers in C++. It runs on Windows and comes with MS Visual Studio project workspaces. It includes 20 LALR(?) grammars.
Go to [link] for more information.
Paul B Mann
|
|
parsing function name and arguments
|
| |
Hi all,
I am strugling with this simple thing, any help will be greatly appreciated.
I would like to extract the name and the argument from the following line:
FUNCTION Entry (args)
I have the flex file defined as:
%{
...%}
T_FUNCTION FUNCTION
SYMBOL_ID [a-zA-Z]+[a-zA-Z0-9_]*
OPEN_PARA [\(]... more »
|
|
The parser/scanner generator "syntaxis.jar"; a feature freeze
|
| |
Hi,
This message describes the current status of Syntaxis [5]. In short,
I've fixed a few bugs, upgraded the tool to Java 7 and the C++ engines
to gcc 4.4. New features will not be added in the near future.
First, Syntaxis has been upgraded to compile and run with both Java 6
and Java 7. The Mac OS X specific application requires Java 7. The tool... more »
|
|
Seed7 Release 2013-05-05
|
| |
Hello,
I have released a new version of Seed7: seed7_05_20130505.tgz In the
Seed7 programming language new statements and operators can be
declared easily. Types are first class objects and therefore
templates/generics need no special syntax. Object orientation is used
when it brings advantages and not in places when other solutions are... more »
|
|
|