Skip to content

redagito/KernScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KernScript

A bytecode interpreted scripting language for C++

KernScript consists of

  • a high level scripting language named KernScript
  • a compiler which produces assembly like code from KernScript code
  • an assembler which produces bytecode files with a custom format
  • a virtual machine which can execute the bytecode files

KernScript is an educational project and not fit for productive use.