Commit Graph

5 Commits

Author SHA1 Message Date
Mitchell Plamann
be1848a055 Arrays and structs kinda work... 2015-04-06 02:41:11 -04:00
Mitchell Plamann
3278bfe6c4 Added native function support 2015-04-06 02:22:37 -04:00
Mitchell Plamann
82e3f33738 Added simple and mostly wrong c0vm 2015-03-22 20:58:21 -04:00
Mitchell Plamann
837efb7b2b Added bytecode parser according to c0vm-writeup.pdf
We can now parse a bytecode file to find int_pool, string_pool,
function_pool, and native_pool.
2015-03-21 02:04:49 -04:00
Mitchell Plamann
3f15a249c8 Added getBytes :: "filename.bc0" -> byte list 2015-03-20 22:54:26 -04:00