onyx-embedder.git
2022-08-30 Brendan Hansendebug_runtime_values.c master
2022-08-21 Brendan Hansenadded debug type information processing
2022-08-12 Brendan Hansenadded symbol info and message packing
2022-08-11 Brendan Hansenstep in, out, over
2022-08-11 Brendan Hansenline by line stepping and stack trace
2022-08-10 Brendan Hanseninitial working version with VS Code
2022-08-09 Brendan Hansenexpanding debugger functionality
2022-08-04 Brendan Hansencode cleanup; breakpoint creation
2022-08-02 Brendan Hansencleanup with message data layout
2022-08-02 Brendan Hansenconnections work from a remote source
2022-07-31 Brendan Hansenstarting to work on debug server
2022-07-26 Brendan Hansenloading debug info from wasm binaries
2022-07-25 Brendan Hansenreplaced assert with ovm_assert
2022-07-21 Brendan Hansenrenamed header file
2022-07-08 Brendan Hansenbugfixes and performance improvements
2022-07-07 Brendan Hansenall games run!
2022-07-07 Brendan Hansentiny change = all test cases pass!
2022-07-07 Brendan Hansenbugfixes; most test cases pass
2022-07-06 Brendan Hansenprogress towards a completely running test suite
2022-07-04 Brendan Hansenbetter instruction mapping; bugfixes
2022-07-02 Brendan Hansenfeels like progress I think
2022-07-01 Brendan Hansenmost test cases work!!
2022-06-29 Brendan Hansengot Hello, World to work!
2022-06-28 Brendan Hansenvery very close to a full run of hello world
2022-06-27 Brendan Hansengetting close to a full test
2022-06-26 Brendan Hansensuccessfully compiling 'real.onyx' to ovm!
2022-06-25 Brendan Hansenalmost all MVP instructions can be parsed and compiled
2022-06-25 Brendan Hansenif statements are working! close to a testable version!
2022-06-25 Brendan Hansenmade bh.h able to be static
2022-06-24 Brendan Hansenmissing instructions, but compilation is almost successful!
2022-06-24 Brendan Hansenmuch progress on converting a WASM binary
2022-06-24 Brendan Hansenremoved the separation of native and internal functions
2022-06-23 Brendan Hansenstarted parsing instructions
2022-06-22 Brendan Hansenbugfixing and testing
2022-06-22 Brendan Hansencloser to converting wasm -> ovm
2022-06-21 Brendan Hansenstarting to parse the WASM module
2022-06-20 Brendan Hansencontinuing work on creating the WASM->OVM interface
2022-06-19 Brendan Hansenrefactoring native_funcs out of program to state
2022-06-17 Brendan Hansenstarting to fill out the wasm->ovm layer
2022-06-16 Brendan Hansentesting assembler
2022-06-16 Brendan Hansenstarting work on easy code builder
2022-06-16 Brendan Hansenmore complete and nicer assembler
2022-06-15 Brendan Hansenworking assembly baby!
2022-06-14 Brendan Hansenspec-ed a byte code loader that an assembly can target
2022-06-14 Brendan Hansensmall refactoring and more thorough testing
2022-06-13 Brendan Hansenbasic VM with func calls setup!
2022-06-11 Brendan Hansenstarting to plan the VM part of the program
2022-04-15 Brendan Hansenadding bh.h and stb_ds.h
2022-04-14 Brendan Hanseninitial commit