All Projects → unvell → Reoscript

unvell / Reoscript

JavaScript-like script language engine for .NET Application. Easy to plug in .NET Application and making API extension for script. Enhanced syntax and features are also available such as lambda expression, call setTimeout with arguments, etc...

Programming Languages

javascript
184084 projects - #8 most used programming language
script
160 projects
ecmascript
72 projects

Projects that are alternatives of or similar to Reoscript

Winter
Haskell port of the WebAssembly OCaml reference interpreter
Stars: ✭ 42 (-26.32%)
Mutual labels:  interpreter
Pythonvm Rust
An incomplete stackless interpreter of Python bytecode, written in Rust.
Stars: ✭ 50 (-12.28%)
Mutual labels:  interpreter
Lily
This repository has moved: https://gitlab.com/FascinatedBox/lily
Stars: ✭ 1,081 (+1796.49%)
Mutual labels:  interpreter
U6a
Implementation of Unlambda, an esoteric programming language.
Stars: ✭ 46 (-19.3%)
Mutual labels:  interpreter
Cymbal
Yet another Rust implementation of the Monkey language from "Writing an Interpreter in Go" and "Writing a Compiler in Go"
Stars: ✭ 49 (-14.04%)
Mutual labels:  interpreter
Feel Scala
FEEL parser and interpreter written in Scala
Stars: ✭ 52 (-8.77%)
Mutual labels:  interpreter
Goscheme
Just another scheme interpreter.
Stars: ✭ 41 (-28.07%)
Mutual labels:  interpreter
Neo4j Tableau
Neo4j Tableau Integration via WDC
Stars: ✭ 56 (-1.75%)
Mutual labels:  integration
Mikrokosmos
(λ) Educational lambda calculus interpreter
Stars: ✭ 50 (-12.28%)
Mutual labels:  interpreter
Tablam
The practical relational programing language for data-oriented applications
Stars: ✭ 55 (-3.51%)
Mutual labels:  interpreter
O
Language for code-golf with a focus on unreadability
Stars: ✭ 46 (-19.3%)
Mutual labels:  interpreter
Hermes
C-like scripting language
Stars: ✭ 48 (-15.79%)
Mutual labels:  interpreter
Mir
A light-weight JIT compiler based on MIR (Medium Internal Representation)
Stars: ✭ 1,075 (+1785.96%)
Mutual labels:  interpreter
Grav Plugin Tinymce Editor
TinyMCE Editor Integration Plugin for Grav
Stars: ✭ 44 (-22.81%)
Mutual labels:  integration
Yasl
Bytecode Interpreter for Yet Another Scripting Language (YASL).
Stars: ✭ 55 (-3.51%)
Mutual labels:  interpreter
Antlr4 Calculator
Simple antlr4 calculator.
Stars: ✭ 40 (-29.82%)
Mutual labels:  interpreter
Wasmjit
Small Embeddable WebAssembly Runtime
Stars: ✭ 1,063 (+1764.91%)
Mutual labels:  interpreter
Adrestia
APIs & SDK for interacting with Cardano.
Stars: ✭ 56 (-1.75%)
Mutual labels:  integration
Littlelang
A little language interpreter written in Go
Stars: ✭ 56 (-1.75%)
Mutual labels:  interpreter
Hangfire.autofac
Hangfire job activator based on Autofac IoC container
Stars: ✭ 54 (-5.26%)
Mutual labels:  integration

ReoScript

ReoScript is an ECMAScript-like script language interpreter designed to integrate in .NET program. ReoScript makes your application can run script program.

Features

  • ECMAScript-like syntax
  • Various methods support to integrate into .NET application
  • Support to add customize objects, types and functions
  • Directly access to .NET classes; including using .NET framework classes
  • Enhanced syntax and extension features, like import keyword and lambda expressions

License

MIT License

Copyright (c) [email protected], unvell.com 2012-2017, all rights reserved.

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].