All Projects → Myrannas → glide

Myrannas / glide

Licence: other
Glide is an interpreted javascript VM written entirely in safe rust.

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to glide

PDDL.jl
Julia parser, interpreter and compiler interface for the Planning Domain Definition Language (PDDL). Planners not included.
Stars: ✭ 52 (+271.43%)
Mutual labels:  interpreter
basicv2
A Commodore (CBM) BASIC V2 interpreter/compiler written in Java
Stars: ✭ 73 (+421.43%)
Mutual labels:  interpreter
forthscript
Forthscript programming language interpreter
Stars: ✭ 16 (+14.29%)
Mutual labels:  interpreter
HaxeVM
Prototype compiler/virtual machine in Haxe for Haxe
Stars: ✭ 24 (+71.43%)
Mutual labels:  interpreter
cidk
interpreter devkit
Stars: ✭ 23 (+64.29%)
Mutual labels:  interpreter
xemime
The Xemime programming language
Stars: ✭ 13 (-7.14%)
Mutual labels:  interpreter
quickjs-build
Build for QuickJS JavaScript Engine
Stars: ✭ 25 (+78.57%)
Mutual labels:  interpreter
Flang
A Scheme dialect
Stars: ✭ 26 (+85.71%)
Mutual labels:  interpreter
uwuscript
World's first uwu-oriented language.
Stars: ✭ 75 (+435.71%)
Mutual labels:  interpreter
fint
.NET CIL interpreter written in simple subset of F#
Stars: ✭ 50 (+257.14%)
Mutual labels:  interpreter
AlchemyVM
WebAssembly Virtual Machine Built In Elixir
Stars: ✭ 184 (+1214.29%)
Mutual labels:  interpreter
webasm-solidity
[DEPRECATED] On-chain interpreter for WebAssembly written in Solidity
Stars: ✭ 65 (+364.29%)
Mutual labels:  interpreter
riptide
The Riptide Programming Language: Shell scripting redesigned.
Stars: ✭ 24 (+71.43%)
Mutual labels:  interpreter
slox
Swift implementation of a Lox interpreter
Stars: ✭ 39 (+178.57%)
Mutual labels:  interpreter
gpp
General PreProcessor
Stars: ✭ 25 (+78.57%)
Mutual labels:  interpreter
locks-py
Python implementation of locks, which is an imperative, dynamically typed, procedure oriented scripting language based on the lox programming language.
Stars: ✭ 29 (+107.14%)
Mutual labels:  interpreter
SOMns
SOMns: A Newspeak for Concurrency Research
Stars: ✭ 62 (+342.86%)
Mutual labels:  interpreter
xpl
X Programming Language in a single header file.
Stars: ✭ 25 (+78.57%)
Mutual labels:  interpreter
rust lisp
A Rust-embeddable Lisp, with support for interop with native Rust functions
Stars: ✭ 128 (+814.29%)
Mutual labels:  interpreter
clri
An unfinished CIL interpreter in Rust
Stars: ✭ 22 (+57.14%)
Mutual labels:  interpreter

Glide

Glide is an interpreted javascript runtime written entirely in safe rust.

Glide is still early in development and at present only covers around 7% of the TS262 test suite.

The compiler and runtime of Glide can be compiled and run separately (if eval is disabled), which can be used in situations where a smaller runtime with a faster startup is desired. The runtime format is not stable between releases of glide.

Feature support table

Feature Support
Arithmetic partial
Functions partial
Classes partial
Generators none
Async none
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].