flip-jump icon indicating copy to clipboard operation
flip-jump copied to clipboard

cpp interpreter

Open tomhea opened this issue 3 years ago • 1 comments

Make a very fast cpp interpreter. can use parallel_flat_hash_map as the memory.

  • [x] support IO, alignment check, and non-aligned interpreter.
  • [ ] support compiler flags
  • [ ] support breakpoints and debugging (show ip, f, j)

tomhea avatar May 18 '21 15:05 tomhea

cpp interpreter works :) uses the following submodules:

tomhea avatar May 29 '21 16:05 tomhea

moved to its own repo fji-cpp, and supports version 0,1,2.

tomhea avatar Aug 20 '22 14:08 tomhea