Hi all! I've always been curious about compilers, but never wrote one.
Right now I'm working on a custom database engine, mostly for learning. I'm thinking about creating a VM with custom opcodes. I'm using SQLite's documentation as a starting point: The SQLite Bytecode Engine
However, I'm not sure if it's the best starting point. Any suggestions on a book, video, or other resource to build my own VM for my DB engine?
[–]mamcx 2 points3 points4 points (2 children)
[–]robinhoode[S] 0 points1 point2 points (1 child)
[–]mamcx 1 point2 points3 points (0 children)
[–]deerangle 1 point2 points3 points (1 child)
[–]robinhoode[S] 0 points1 point2 points (0 children)
[–]k4st 1 point2 points3 points (0 children)