Skip to content

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

License

Notifications You must be signed in to change notification settings

MichaelSDavid/conure-lang

Repository files navigation

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)