Commit Graph

  • 376ac2fa3a Rename DmAllocObject to DvmObject. Jesse Brault 2024-12-28 10:23:05 -0600
  • 652c1dd7f2 Add basic, but failing, implementation of load/store object. Jesse Brault 2024-12-28 08:52:35 -0600
  • 574f7ea7a1 Add load_object to op codes documentation. Jesse Brault 2024-12-27 11:31:19 -0600
  • a7a8b39836 Write some documentation about op codes. Jesse Brault 2024-12-27 10:41:03 -0600
  • e7a7cba26d Successfully printed greeting! Jesse Brault 2024-12-26 23:05:59 -0600
  • b7588b8787 Start documentation. Jesse Brault 2024-12-26 20:58:49 -0600
  • a6d6ca3f70 Small cosmetic change in op_codes.rs. Jesse Brault 2024-12-26 15:09:55 -0600
  • 3edb00ceb0 A little bit further. Jesse Brault 2024-12-26 15:05:09 -0600
  • 21250ea695 Everything compiling and testing successfully. Jesse Brault 2024-12-26 14:52:08 -0600
  • d5153cc9fb Various work on running byte code. Jesse Brault 2024-12-13 20:18:02 -0600
  • 6190beaed2 Massive work just to try to start printing a String. Jesse Brault 2024-12-08 22:11:33 -0600
  • 97376bad72 Work on Trie. Jesse Brault 2024-12-07 16:23:24 -0600
  • d4280f40e1 More work on DvmValues and such to eventually be able to call to_string and get String bytes for printing. Jesse Brault 2024-12-06 15:18:19 -0600
  • cccbc6d819 Work on vm and DvmValues and DmTypes. Added pest to get parser off the ground. Jesse Brault 2024-12-06 10:58:19 -0600
  • d99ccf8807 Work on standard library. Jesse Brault 2024-12-04 20:57:46 -0600
  • bb2edc1d49 Sketching out web mvc part of std lib. Jesse Brault 2024-12-04 19:25:23 -0600
  • 5351a7b6a4 Work on standard library. Jesse Brault 2024-12-01 23:06:51 -0600
  • 7903c1cfb3 Attempt to implement runtime types. Jesse Brault 2024-12-01 11:59:22 -0600
  • 9bc27b841b Fix move errors with clone. Jesse Brault 2024-12-01 08:50:37 -0600
  • 919b312d68 Add array and monad lib files. Jesse Brault 2024-12-01 08:49:38 -0600
  • 0dd58cdfdc Add array types/values and misc. work. Jesse Brault 2024-12-01 08:42:24 -0600
  • b90111dfd5 Add string library file. Jesse Brault 2024-11-30 19:04:45 -0600
  • 5732c4d197 All the work to print 42 via a platform call. Jesse Brault 2024-11-30 16:03:22 -0600
  • a14eb550ce Much work on dvm implementation; not compiling yet. Jesse Brault 2024-11-30 08:09:19 -0600
  • 21d4f6bb69 Some clean up. Jesse Brault 2024-11-29 22:39:24 -0600
  • 438d0e7317 Start work on platform calls. Jesse Brault 2024-11-29 22:35:01 -0600
  • 4fb7ada6b8 Very skeleton work on parser. Jesse Brault 2024-11-29 21:25:21 -0600
  • 921a7fe834 Change crate name to 'deimos'; make compiler bin subproject. Jesse Brault 2024-11-29 19:13:59 -0600
  • 66107b4310 Begin work on write_module. Jesse Brault 2024-11-29 19:13:30 -0600
  • c1618ba9a2 Move macros to util; basic work on load_module. Jesse Brault 2024-11-29 17:01:33 -0600
  • 6c8911e7c9 Add macros for fetching 32 and 64 bits from instruction pipeline. Jesse Brault 2024-11-29 13:13:16 -0600
  • e4ee8fd2db Implement basic alloc and dealloc functionality. Jesse Brault 2024-11-28 08:01:50 -0600
  • e8019366ee Start implementation of vm. Jesse Brault 2024-11-26 23:34:30 -0600
  • 074af48c85 Add println lua function with inline keyword. Jesse Brault 2024-11-26 10:49:36 -0600
  • 0d8ac0da05 Remove need for curly braces in lua code. Jesse Brault 2024-11-26 09:38:49 -0600
  • 1898581888 Work on hkt and int. Jesse Brault 2024-11-26 09:37:40 -0600
  • 342b477896 More sketching. Jesse Brault 2024-11-26 08:57:12 -0600
  • 6489b1f1a3 Sketching higher-kinded types. Jesse Brault 2024-11-25 14:14:58 -0600
  • 89b643794c Tweak sketch. Jesse Brault 2024-11-24 23:08:27 -0600
  • 0943dd4cf8 Add spread operator test. Jesse Brault 2024-11-24 23:05:43 -0600
  • 07e0e2ae73 Add sketch file; change tokenize return type to Result. Jesse Brault 2024-11-24 23:02:45 -0600
  • 88119e3001 Adding more keywords and symbols to lexer. Jesse Brault 2024-11-24 20:50:27 -0600
  • b3177a612f Initial commit. Very rudimentary lexer. Jesse Brault 2024-11-24 18:03:23 -0600