• Stars
    star
    162
  • Rank 232,284 (Top 5 %)
  • Language
    C
  • License
    MIT License
  • Created over 15 years ago
  • Updated over 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This isn't meant for others to use (yet). But for the persistent,
here are some hints:

nl/

    Source code written in Nile

c/

    Compiler-generated C code. Depends on a C-based Nile runtime.
    If you're lucky, ``make -f Makefile.gcc" might get you a libgezira.a.

c/demos/
    
    Some mostly-broken demos. Depends on a libgezira.a and a C-based Nile
    runtime. If you're lucky, ``make -f Makefile.gcc snow-demo" might get
    you some falling snow.

bindings/squeak/

    Squeak bindings to the compiled code in c/ .

js/

    Compiler-generated Javascript code (out-of-date)

js/demos/

    Javascript demos

hs/

    Early experiment in generating Haskell code