All Projects → KrokodileGlue → oak

KrokodileGlue / oak

Licence: MIT License
A small embedded scripting language.

Programming Languages

c
50402 projects - #5 most used programming language
emacs lisp
2029 projects

Projects that are alternatives of or similar to oak

parens
Parens is a highly flexible and embeddable LISP toolkit. 💻
Stars: ✭ 32 (+128.57%)
Mutual labels:  scripting-engine
surgescript
SurgeScript: a scripting language for games.
Stars: ✭ 41 (+192.86%)
Mutual labels:  scripting-engine
sgscript
SGScript Scripting Engine
Stars: ✭ 60 (+328.57%)
Mutual labels:  scripting-engine
python-embedded-example-project
This is an example project using mebedded python in C++ console application using CMake
Stars: ✭ 32 (+128.57%)
Mutual labels:  embedded-scripting-language
venusscript
A dynamic, interpreted, scripting language written in Java.
Stars: ✭ 17 (+21.43%)
Mutual labels:  scripting-engine
BowlerStudio
A Full-Stack Robotics Development Environment
Stars: ✭ 95 (+578.57%)
Mutual labels:  scripting-engine
CopperLang
The Copper interpreted programming language / embeddable interpreter / virtual machine
Stars: ✭ 27 (+92.86%)
Mutual labels:  scripting-engine
WPF-Blockly
A WPF based visual programming editor and execution engine, which support all the code syntax (including module and object oriented programming), and even you can define your own syntax.
Stars: ✭ 236 (+1585.71%)
Mutual labels:  scripting-engine
RTCLI.Runtime
A Runtime implementation of ECMA-335 Common Language Infrastructure that is specifically designed for real-time applications.
Stars: ✭ 19 (+35.71%)
Mutual labels:  scripting-engine
Chaiscript
Embedded Scripting Language Designed for C++
Stars: ✭ 2,443 (+17350%)
Mutual labels:  embedded-scripting-language
wdte
WDTE is a simple, functional-ish, embedded scripting language.
Stars: ✭ 20 (+42.86%)
Mutual labels:  embedded-scripting-language

oak

oak is a small scripting language designed to be clean, lightweight, and easy to embed in applications like game engines, editors, and configuration files. Interaction with oak will be done through a C API, possibly with special tools for integrating with C++ code.

The Current State of Things

At the moment, oak is in a very early stage of development; there is no REPL, there is no debugger, there is very little editor support, and many core features are missing. So... come back later. Go away. There's nothing to see here.

Building

You know the drill.

$ make
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].