The Wren Programming Language. Wren is a small, fast, class-based concurrent scripting language.
-
Updated
Jun 1, 2021 - C
{{ message }}
The Wren Programming Language. Wren is a small, fast, class-based concurrent scripting language.
Gravity Programming Language
Tool to decompile & extract Android Dex bytecode from Vdex files
i.e. .internal.int to .internal.long and so on
Simple virtual machine which inteprets bytecode.
Dictu is a high-level dynamically typed, multi-paradigm, interpreted programming language.
Minimal, low-level, fast, and self-contained register-based bytecode virtual machine/runtime environment.
these should return a string representation that is legal YASL code.
for example:
const x = 'string'
echo x # string
echo x->repr() # 'string'
Strings will be quoted, certain characters will be escaped, etc.
list.repr and table.repr will behave recursively.
Possibly, we need a set.repr as well.
EFI Byte Code Virtual Machine in userspace
Simple compiler ecosystem
A fast, byte-code interpreted language
Tiny modular assembler & vm for lightweight control microcode
C Implementation of the monkey programming language
Caboose is a simple, dynamically typed, bytecode-based interpreted language built on top of a powerful VM.
You came here so you could have a base code to serve you as an example on how to develop a BPF application, compatible to BCC and/or LIBBPF, specially LIBBPF, having the userland part made in C or PYTHON.
Quick Look plugin to display Java class files as bytecode
A toy script language written in C
Van programming language. Embeddable and extendable script language in C. Simple and efficient.Inspired by C, Simula and JavaScript
This repository contains the code of a JVMTI agent which automatically analyses the java bytecode during runtime and exploits the implicit loop parallelism in the code and parallelize it on the fly. This research work was published in IC4E 2018, San Diego.
Interpreter of tiny JavaScript-like object-oriented language with garbage collector
A basic C language compiler from scratch.
A tiny and old version of ONE(old name: ET) compiler written in C that generates C code as bytecode to build executable output. (lexer, parser, generator, flex, bison)
An attempt at a simple functional programming language
Add a description, image, and links to the bytecode topic page so that developers can more easily learn about it.
To associate your repository with the bytecode topic, visit your repo's landing page and select "manage topics."
It would be great to add the Quake 3 JIT compiler (e.g. for x86 or ARM).