Skip to content

metaanomaly/scheme-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scheme Compiler

Tiny compiler for a subset of Scheme.

Usage

chmod +x ./scheme-compiler
scheme-compiler [-h] [-o OUTPUT] [-d] [-S] filename

Important Notes

  • The compiler is not yet feature complete. It still lacks some essentials features.
  • This is a learning project not meant to be a real usefull compiler.
  • You can use option -o - to redirect the output to stdout and - as filename to read from stdin.

About

Tiny compiler for a subset of Scheme.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published