Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 587 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 587 Bytes

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/LLVM (these can also run on Windows using Bash))
(Will migrate to CMake if this language gets bigger)