Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
comp . compilers
This is a Usenet group - learn more
Find or start a Google Group about compilers.
Group info
Language: English
Group categories:
Computers
More group info »
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 12376  Older »
Description: Compiler construction, theory, etc. (Moderated)
 

CFP: MuCoCoS Workshop at PACT-2013 (Edinburgh, Scotland, UK, Sep 13) 
  CALL FOR PAPERS: 6th International Workshop on Multi/many-Core Computing Systems (MuCoCoS-2013) September 7, 2013, Edinburgh, Scotland, UK in conjunction with the 22nd Int. Conference on Parallel Architectures and Compilation Techniques (PACT-2013)... more »
By SP  - May 20 - 1 new of 1 message    

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 »
By mertestho...@gmail.com  - May 19 - 1 new of 1 message    

Workshop on Essential Abstractions in GCC - 2013 (Mumbai, Jun 13) 
  Workshop on Essential Abstractions in GCC, 2013 ([link]) Organized by: GCC Resource Center ([link]). Venue: Department of Computer Science and Engineering, IIT Bombay ([link]).... more »
By IIT Bombay - GCC Resource Center  - May 18 - 1 new of 1 message    

Articles/books that discuss separating the context-free part of a language from the context-sensitive part? 
  I read this fantastic post on the comp.theory list: [link] The poster makes the point that most programming languages define a context-free core, and then have additional algorithms which run on the parse tree to filter out constructs that are illegal in the language:... more »
By Costello, Roger L.  - May 17 - 6 new of 6 messages    

interpreter: how is it possible to interpret nested IF ELSE ENDIF ???? 
  Hello, like the topic says: a give construct should be interpret through a single pass???: IF 2 == 3 print "not print" IF 2 == 3 print "not" ELSE print "wrong1" ENDIF print "3" ELSE print "this" ENDIF Thanks for helping Jens [My usual advice is to translate the source to something easy to... more »
By Jens Kallup  - May 15 - 1 new of 1 message    

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
By paulbm...@yahoo.com  - May 10 - 2 new of 2 messages    

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 »
By Lee  - May 9 - 2 new of 2 messages    

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 »
By Evangelos Drikos  - May 7 - 1 new of 1 message    

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 »
By mertestho...@gmail.com  - May 5 - 1 new of 1 message    

How implement walking over attribute grammar graph? 
  In "Compiler Construction" (Waite,Goos) in section 8.2 is algorithm: - evaluate element R(p) - move to son-node i (i=1..n) - move to father-node How to implement?
By Borneq  - May 7 - 1 new of 1 message    

1 - 10 of 12376   « Newer | Older »

XML