brokkr

Bytecode virtual machine for Valhalla.
git clone git://git.knutsen.co/brokkr
Log | Files | Refs | README | LICENSE

DateCommitAuthorFiles+-
2020-02-23 21:17Basic execution of bytecode now implemented.Demonstrandum10+262-29
2020-02-21 15:16Add way to return reference to structure from .Demonstrandum2+25-3
2020-02-20 16:29Merge branch 'master' of github.com:valhalla-lang/brokkrDemonstrandum1+4-2
2020-02-20 16:29Better way of managing addresses/raw-pointers.Demonstrandum8+181-100
2020-02-18 15:39Merge branch 'master' of github.com:valhalla-lang/brokkrDemonstrandum1+15-0
2020-02-18 15:39Updated bytecode spec.Demonstrandum3+83-42
2020-02-18 15:18Basic unmarshalling and call-frame construction.Demonstrandum11+441-39
2019-07-29 23:11Document more bytecode operators.Demonstrandum2+23-2
2019-07-28 22:48Adding more bytecodes as I develop the compiler.Demonstrandum2+154-2
2019-07-27 02:01Specify sizes.Demonstrandum2+22-0
2019-07-27 01:47Added base & start of bytecode spec.Demonstrandum10+885-0