Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/michaelsdavid/conure-lang
- Owner: MichaelSDavid
- License: mit
- Created: 2020-09-09T15:52:02.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T14:11:06.000Z (about 2 years ago)
- Last Synced: 2023-08-15T17:44:13.958Z (over 1 year ago)
- Topics: c, compiler, conure, conure-lang, interpreter, mit-license, programming-language, vm, written-in-c
- Language: C
- Homepage:
- Size: 203 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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)