| Projects on Google Code | Results 1 - 10 of 527 |
Fusion is a powerful high level programming language that merges several feature from Ruby, Python, Java, C++, Haskell, Pascal, Visual Basic, in a only language.
It’s implemented by a compiler written in Haskell that transform Fusion code in Ruby code. It’s probable that in the near future the co...
草泥马编译器用来编译 草泥马语言
草泥马语言,运行时需要一个堆栈的支持
字符集是 草、泥、马、朝、大、爷、全、家、很、非、常、祖、宗、卧,囧、操、肏、你、妈、河、蟹、水、产
数据的表示: 二进制 很=0 非常 =1 用囧作结束符
流程控制:
选择结构:
跳转标记: 祖宗 + 数据
若栈顶元素非0则跳转: 卧草 + 数据
输入输出:
在栈顶输入一个元素(字符): 朝泥祖宗
输入一个整数 : 朝泥马比
输出一个整数: 朝泥全家
输出一个字符: 朝泥大爷
堆栈操作:
push: ...
Source code for the Guru programming language is here.
Version 1.0 is under active development, particularly the compiler to C. The type/proof-checker is quite stable, though. So if you are using the book ([http://guru-lang.googlecode.com/svn/branches/1.0/doc/book.pdf Verified Programming in Gu...
# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://dcc.googlecode.com/svn/trunk/ dcc-read-only
==For more details : http://dccproject.tistory.com==
DCC is an acronym of "Dokdo C language Compiler". Do you know what Dokdo is?
Shortly, Dokdo is ...
{{{
fg: Functional Grapher
fgc: fg Compiler
fge: fg Excuter
Copyleft (C) 2009, Felicia & Eire.
fg Grammer (Bison compatible)
fg语法就是简化的c语法
运算符除了&(取地址) *(指针) .(成员) sizeof ,(逗号) ?:(if-else) 以外, 其他都和c是一样的
数据类型有 void int float, 变量不能是 void, 但是函数可以是 void 型
目前不支持定义变量的时候初始化, 需要手动初始化
关键字有 int ...
=MinCC=
*MinCC* is a collection of compilers and interpreters for various minimalist languages.
==Supported Languages==
MinCC will support
* MML and its variants
* BF, and several variants
* Certain versions of TI BASIC
* Other languages, as yet undecided
==System Requirements and Bu...
= What _Castore_ is ? =
_Castore_ is a Just-In-Time (JIT) compiler which aim is to be as pluggable and language/machine depended as possible. In order to perform this task the compiler has been splitted in three level:
* High language level (bytecode/source code instructions)
* Middle languag...
compiler,
JIT,
virtualmachine,
optimizer,
runtime,
llvm,
iljit,
bytecode,
cil,
multithreading,
portable
We have seen that http does all kinds of magic, and moreover the world i dream of contains ppl just sticking up a mouse,keyboard and monitor to network and boot through it. Then start playing whatever movies they want, or compile their very big codes or edit their documents and all. Google took forw...
=Google XML Pages 0.2 (Beta)=
GXP is a templating system used to generate XML/SGML markup (most often HTML).
==Core Features==
* Support for multiple languages (currently Java & JavaScript; C++ in progress).
* Support for runtime compilation.
* Compile-time type checking and partial...
*Winter 2009 Compilation Course 0368.3133 in Tel Aviv University final project.*
==Formal description==
The IC language is a simple object-oriented language that we will use in the compiler
project. The goal is to build a complete compiler for this language and generate x86 assembly code. IC is...