-
Updated
Jun 1, 2021 - C
#
bytecode
Here are 61 public repositories matching this topic...
The Wren Programming Language. Wren is a small, fast, class-based concurrent scripting language.
Gravity Programming Language
c
language
programming-language
json
interpreter
bytecode
objective-c
portable
virtual-machine
fibers
pratt-parser
scripting-language
closure
bridge
object-oriented
gravity
-
Updated
Jul 22, 2021 - C
Tool to decompile & extract Android Dex bytecode from Vdex files
android
bytecode
decompiler
disassembler
dex
vdex
art-runtime
libart
bytecode-unquickening
compactdex
cdex
-
Updated
May 13, 2020 - C
dzavalishin
commented
Oct 9, 2019
i.e. .internal.int to .internal.long and so on
Simple virtual machine which inteprets bytecode.
-
Updated
May 7, 2021 - C
Dictu is a high-level dynamically typed, multi-paradigm, interpreted programming language.
-
Updated
Jul 9, 2021 - C
Minimal, low-level, fast, and self-contained register-based bytecode virtual machine/runtime environment.
-
Updated
Sep 9, 2020 - C
CoffeeTableEspresso
commented
Apr 26, 2021
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
-
Updated
Nov 23, 2020 - C
Simple compiler ecosystem
-
Updated
Jul 8, 2021 - C
A fast, byte-code interpreted language
-
Updated
Jul 24, 2021 - C
Tiny modular assembler & vm for lightweight control microcode
-
Updated
Apr 24, 2020 - C
C Implementation of the monkey programming language
-
Updated
Feb 23, 2020 - C
Caboose is a simple, dynamically typed, bytecode-based interpreted language built on top of a powerful VM.
-
Updated
Mar 3, 2020 - C
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.
linux
bytecode
kernel
portable
howto
example
linux-kernel
clang
ebpf
bpf
kprobes
vmlinux
bpftrace
libbpf
bpfcc
ebpf-bytecode
bpf-maps
-
Updated
Jun 25, 2021 - C
Quick Look plugin to display Java class files as bytecode
-
Updated
Jul 27, 2018 - C
A toy script language written in C
-
Updated
Aug 24, 2017 - C
Van programming language. Embeddable and extendable script language in C. Simple and efficient.Inspired by C, Simula and JavaScript
programming-language
interpreter
bytecode
functional-programming
virtual-machine
scripting-language
object-oriented
extendable
compliler
van
emebeded
dsl-interpreter
-
Updated
Aug 8, 2019 - C
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.
kotlin
java
groovy
clojure
scala
bytecode
jvm
parallelization
multithreading
java-8
agent-based
jvm-bytecode
jvmti
jvm-languages
-
Updated
Apr 20, 2020 - C
Interpreter of tiny JavaScript-like object-oriented language with garbage collector
-
Updated
Dec 13, 2019 - C
A basic C language compiler from scratch.
parser
bytecode
compiler
virtual-machine
scripting-language
ast
lexer
bnf
code-generation
scripting-engine
stack-based
abstract-syntax-tree
bytecode-interpreter
backus-naur-form
string-tokenizer
language-grammer
cplusplus-reflection
basic-c-compiler
custom-bytecode
bnf-to-cpp
-
Updated
May 9, 2019 - C
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)
c
parser
bison
flex
generator
bytecode
compiler
lexer
compiler-designs
generators
compiler-design
compiler-frontend
bytecode-engineering
bytecode-compiler
bytecode-interpreter
compiler-backend
-
Updated
Jul 4, 2021 - C
An attempt at a simple functional programming language
c
go
golang
functional
bytecode
stack
compiler
virtual-machine
type-system
functional-language
stack-based
bytecode-interpreter
-
Updated
Dec 23, 2017 - C
Improve this page
Add a description, image, and links to the bytecode topic page so that developers can more easily learn about it.
Add this topic to your repo
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).