| Projects on Google Code | Results 1 - 10 of 134 |
= Description =
Lalr-scm is yet another LALR(1) parser generator written in Scheme. In contrast to other such parser generators, this one implements an efficient algorithm for computing the lookahead sets. The algorithm is the same as used in Bison (GNU yacc) and is described in the following pap...
=Mosh=
A Fast [R6RS] Scheme interpreter.
==Documents==
* [Features]
* [http://mosh.monaos.org User's Manual]
* [RoadmapAndDirections Roadmap and Directions]
* [http://groups.google.co.jp/group/mosh-developer-discuss Developer's ML]
== News ==
* 2009/11/30 : Switched our code reposi...
http://ypsilon.googlecode.com/svn/wiki/image/ypsilon_proj_logo.jpg
=== Overview ===
----
Ypsilon is the implementation of Scheme Programming Language, which conforms to the latest standard R^6^RS. It achieves a remarkably short GC pause time and the best performance in parallel execution as it ...
js-scheme is a Scheme interpreter written in JavaScript.
The Featured Download is updated every other week or so. New revisions will be added in between each release; see the Source tab for the latest code.
There are two versions of js-scheme. They are identical for the most part - except fo...
==What is iucs-relational-research?==
<em>iucs-relational-research</em> is the project repository of the Relational Programming Research Group, a part of the Programming Languages Group in the Indiana University Computer Science Department. We use this space as a public incubator for new and ong...
*narorumo* is where [http://code.google.com/p/narorumo/wiki/Lindsey Lindsey Kuper] and [http://code.google.com/p/narorumo/wiki/Alex Alex Rudnick] put side projects -- _awesome_ side projects.
* [http://code.google.com/p/narorumo/source/browse/trunk/sicp exercises] from _[http://mitpress.mit.edu...
=lambda-tube=
_Search & Download Videos from Youtube_
lambda-tube is a simple application to search and download videos from youtube.
It is written in PLT Scheme, and developed using the DrScheme programming environment.
I have always felt the need for an application which could search and d...
<img src="https://csel.cs.colorado.edu/~silkense/images/jeme.png" />
The goal of this project is to provide an implementation of as much of R<sup>5</sup>RS compatible Scheme as possible, targeting the Java Virtual Machine. Scheme code is compiled directly into JVM bytecode.
Jeme will ideally ...
= SchemeTUIO =
This library provides the ability to receive and parse data from TUIO trackers following [http://www.tuio.org TUIO protocol].
It is written to use with -but not necessarily limited to- [http://www.plt-scheme.org PLT Scheme] and 'universe.ss' teachpack from [http://www.htdp.org H...
An implementation of Fast and Effective Procedure Inlining by Dybvig and Waddell (which can be found on our [http://code.google.com/p/fepi-impl/downloads/list Downloads page] or [http://www.cs.indiana.edu/~dyb/pubs/inlining.pdf here]. If the paper can be successfully implemented, then we plan on ad...