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: 2 months ago
JSON representation

A programming language designed to be comfy to use and write code with

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