Опис:
Compiler construction, theory, etc. (Moderated)
|
|
|
Converter from Object-Pascal (Delphi) to C++
|
| |
The program Delphi2Cpp just has been released at: [link] Delphi2Cpp helps to convert Delphi source code to C++. The program saves all simple purely mechanical syntactical substitutions and rearrangements of the code in which the largest portion of the translation consists. A lot of more complex translation steps are... далі ⇒
|
|
The First Scala Workshop - Scala Days 2010 (Lausanne CH, Apr 10)
|
| |
The First Scala Workshop ======================== Call for Papers --------------- Scala is a general purpose programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages. This workshop is a forum for researchers and practitioners to share... далі ⇒
|
|
Meta-S and The Grammar Forge
|
| |
Hello! In another forum, I noticed what appeared to be some possible confusion as to the status of the Meta-S parser and The Grammar Forge. The Meta-S technology and The Grammar Forge are indeed alive and well (now in version 8.0), and are the subject of daily research and development. Commercial as well as academic/research licensing are... далі ⇒
|
|
Seed7 Release 2009-11-15
|
| |
Hello, I have released a new version of Seed7: seed7_05_20091115.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... далі ⇒
|
|
Switch statement code generation
|
| |
...I'm surprised nobody mentioned perfect hashing. This is ideal when the set of values is known in advance. No rehashing. (I'll put this in my ToTry list for our parlanse compiler :) -- IDB [I gather that finding a perfect hash function that runs quickly is not always easy, and that a slightly imperfect hash, e.g., into a... далі ⇒
|
|
Parsers, grammars and BNF
|
| |
Hey everyone, I want to write a BNF for a particular language. Can anyone recommend a good resource/guide for generating a BNF for a language? I'm just wondering is there a formula to follow before I start examining every possible statement! Cheers Tom
|
|
compiling locks/ monitors
|
| |
Many modern high level languages like Java/ C# have locks/ monitors as language level features. Hardwares typically have lower level synchronization primitives like CAS. One can implement a spinlock using CAS, but it is bad for performance as it busy-waits for the lock to be released. Can anyone tell me how these locks/monitors are... далі ⇒
|
|
SETP-10 Call for papers (Orlando, Jul 10)
|
| |
SETP-10 Call for papers The 2010 International Conference on Software Engineering Theory and Practice (SETP-10) (website: [link]) will be held during 12-14 of July 2010 in Orlando, FL, USA. SETP is an important event in the areas of Software development, maintenance, and other areas of software engineering and... далі ⇒
|
|
Research on graph coloring!
|
| |
hellow everyone, me and my team are doing a research on application of graph coloring in register allocation for our undergrad honors project. We're mostly planning to test few of the algos from Chaitin's to recent Preston's improved optimizing code. as a start, i wanted to know on what grounds our analysis should be?... далі ⇒
|
|
|