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

https://github.com/eddmann/santa-lang-rs

Rust implementation of santa-lang; an functional, C-like programming language for solving Advent of Code puzzles
https://github.com/eddmann/santa-lang-rs

santa-lang

Last synced: over 1 year ago
JSON representation

Rust implementation of santa-lang; an functional, C-like programming language for solving Advent of Code puzzles

Awesome Lists containing this project

README

          

santa-lang


CLI - Web - Lambda - PHP Extension - Jupyter


📙 Visit the documentation to learn more

# santa-lang-rs

Rust implementation of [santa-lang](https://eddmann.com/santa-lang/); an functional, C-like programming language for solving Advent of Code puzzles

## Repostories :octocat:

- [eddmann/santa-lang](https://github.com/eddmann/santa-lang) - Language specification/documentation
- [eddmann/santa-lang-editor](https://github.com/eddmann/santa-lang-editor) - Web-based editor
- [eddmann/santa-lang-ts](https://github.com/eddmann/santa-lang-ts) - TypeScript implementation
- [eddmann/santa-lang-rs](https://github.com/eddmann/santa-lang-rs) - Rust implementation