GitXplorerGitXplorer
t

smalls

public
4 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
399db35e9c96a6ab29ac8545afeb59e4737aebe4

Add README.asc

ttmikov committed 10 years ago
Unverified
de76064db60845175e0eb5b1091c10c1c1280851

smalls/codegen/SimpleCodeGen: first implementation, compiles fact.scm

ttmikov committed 12 years ago
Unverified
5c47d115e45e917ac8d8ebc276b67b21197b7d96

p1/adt: derive iterators from std::iterator

ttmikov committed 12 years ago
Unverified
5815e51dd8dc65b3608d1bd8177a6f196d4254e5

utl/LinkedList: fix a missing return

ttmikov committed 12 years ago
Unverified
46da7a506936a86d5a0d3c47784fda8fe906576e

smalls: streamline the AST

ttmikov committed 12 years ago
Unverified
00ead6da7fbfc1e204ff34cbd68bd716954e13da

smalls/parser/SchemeParser: move ReservedBindings to detail namespace

ttmikov committed 12 years ago

README

The README file for this repository.

= README Tzvetan Mikov tmikov@gmail.com

== Small Scheme Compiler

A compiler from Scheme to C. Used as a testbed for experimentation with statically typed Scheme ideas.

This is a work in progress.