https://github.com/eddmann/santa-lang-editor
Web-based code editor for santa-lang; an functional, C-like programming language for solving Advent of Code puzzles
https://github.com/eddmann/santa-lang-editor
santa-lang
Last synced: 6 months ago
JSON representation
Web-based code editor for santa-lang; an functional, C-like programming language for solving Advent of Code puzzles
- Host: GitHub
- URL: https://github.com/eddmann/santa-lang-editor
- Owner: eddmann
- Created: 2023-06-02T16:52:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T18:53:09.000Z (almost 3 years ago)
- Last Synced: 2025-01-23T03:26:41.713Z (over 1 year ago)
- Topics: santa-lang
- Language: TypeScript
- Homepage: https://eddmann.com/santa-lang-editor/
- Size: 774 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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-editor
Web-based code editor for [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-prancer](https://github.com/eddmann/santa-lang-prancer) - TypeScript implementation
- [eddmann/santa-lang-comet](https://github.com/eddmann/santa-lang-comet) - Rust implementation
