My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 226
demo1.cg {{{ var a=1,b=1; puts(add(1,3)); function add(a,b){ a+b; } }}} demo2.cg {{{ function testReturn(){ puts('a'); puts('b'); return 1; puts('orz'); } puts(testReturn()+1); }}} demo3.cg {{{ function makeCounter(){ var num=0; var add=function(){ ...
== Как мне...? == # Вы хотите скачать последнюю версию "робота-РОБОКОПА" и спокойно в ней чего-то делать: справа от этой надписи в списке "featured download" выберите нужный файл и кликните на него для скачивания. Или же перейдите по вкладке "download". Или же, если повезет, вы найдете, что ищет...
Written for a Programming Languages class, this demonstrates PHPs power by interpreting a purely pedagogical language, NECTJ (pronounced "Neck-t-j", which stands for Not-Even-Close-To Java). One could theoretically expand this to work with other interpreted languages. In fact, if you think about ...
Munci (pronounced "Monkey") is an interactive macro-interpreted-compiling language inspired by Forth. As in Forth, functions written in Monkey can examine source code. Unlike Forth, Munci uses a generalized version of the Java tokenizer for input, so Munci programs can easily parse Java-esque code.
http://photo.noxneo.net/images/1229525370logo.png Lutris is an open-source interpreter aimed at otters, weasels, badgers, ferrets, ermines, and other tayras. It is sleek, powerful, gracious and furry, like its users.
Primer módulo de programa producto del proyecto de investigación denominado: ANÁLISIS Y APLICACIÓN DE METODOLOGÍAS PARA LA GENERACIÓN DE CONSULTAS COMPLEJAS UTILIZANDO ESQUEMAS OLAP.
Class project for CS3240 - Languages and Computation, implementing the "Micro-AWK" mini language.
libmircscript is designed to be a cross platform library for interpreting mIRC script, allowing it to be embedded in other IRC clients.
An interpreter of my own imperative language
This project implements a simple script interpreter in Java. Its purpose is to provide a simple code base that is easy to understand and be used for learning basic techniques in writing an interpreter. The project contains the following: * Hand written Lexer * Parser that process tokens fro...
1 2 3 4 5 6 7 8 9 10 Next