Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/michaelsdavid/conure-lang

A small, dynamically-typed, object-oriented scripting language written in C that takes inspiration from Python, JS, and Ruby.
https://github.com/michaelsdavid/conure-lang

c compiler conure conure-lang interpreter mit-license programming-language vm written-in-c

Last synced: about 4 hours ago
JSON representation

A small, dynamically-typed, object-oriented scripting language written in C that takes inspiration from Python, JS, and Ruby.

Awesome Lists containing this project

README

        

# Conure
A small, dynamically-typed, object-oriented scripting language written in C that takes inspiration from Python, JS, and Ruby.
Visit `docs/info.md` for a tour of the language features (`docs/grammar.cfg` for context-free grammar).

**Contributions are welcome!** (check `CONTRIBUTING.md`)



(Default compile scripts require [GCC](https://gcc.gnu.org)/[LLVM](http://llvm.org) (these can also run on Windows using [Bash](https://www.gnu.org/software/bash/)))

(Will migrate to [CMake](https://cmake.org) if this language gets bigger)