https://github.com/eddmann/santa-lang-ts
TypeScript implementation of santa-lang; an functional, C-like programming language for solving Advent of Code puzzles
https://github.com/eddmann/santa-lang-ts
santa-lang
Last synced: 11 months ago
JSON representation
TypeScript implementation of santa-lang; an functional, C-like programming language for solving Advent of Code puzzles
- Host: GitHub
- URL: https://github.com/eddmann/santa-lang-ts
- Owner: eddmann
- Created: 2022-07-11T17:56:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T18:52:57.000Z (almost 3 years ago)
- Last Synced: 2025-04-05T08:13:01.280Z (about 1 year ago)
- Topics: santa-lang
- Language: TypeScript
- Homepage: https://eddmann.com/santa-lang/
- Size: 1.89 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CLI - Web - Lambda - PHP Extension - Jupyter
📙 Visit the documentation to learn more
# santa-lang-ts
TypeScript 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
