Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devyatsu/comfyscript
A programming language designed to be comfy to use and write code with
https://github.com/devyatsu/comfyscript
Last synced: about 13 hours ago
JSON representation
A programming language designed to be comfy to use and write code with
- Host: GitHub
- URL: https://github.com/devyatsu/comfyscript
- Owner: DevYatsu
- License: mit
- Created: 2023-09-21T20:39:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-03T12:15:33.000Z (about 1 year ago)
- Last Synced: 2023-11-03T22:33:51.801Z (about 1 year ago)
- Language: Rust
- Size: 610 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ComfyScript
A programming language designed to be comfy to use and write code with
## Goals
Create:
- a parser
- an interpreter
- a standard library providing any useful feature
- a minifier
- a package manager## Todo in parsing
- strings and strings litteral indexing
- regexp support
- implement beautifier/code prettifier