An open API service indexing awesome lists of open source software.

https://github.com/thimc/zcheme

scheme-like language lexer
https://github.com/thimc/zcheme

Last synced: 9 months ago
JSON representation

scheme-like language lexer

Awesome Lists containing this project

README

          

# zcheme

My first attempt at writing Zig and creating a lexer for a Scheme-like
programming language in Zig. This project is based on Phil Eaton's
[live scheme](https://github.com/eatonphil/livescheme).

To run the REPL:

zig build run

Unit tests:

zig build test

## License
MIT