This website requires JavaScript.
Explore
Help
Sign In
oreodave
/
ovm
Archived
Watch
1
Star
0
Fork
0
You've already forked ovm
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-11-10
. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
7a6275c0a1ff61216b0dc7f2f3a78e5e958b5ead
ovm
/
asm
History
Aryadev Chavali
7a6275c0a1
fix memory leak through vec.clear
...
vec.clear() doesn't delete pointers (unless they're smart) so I need to do it myself.
2024-04-15 05:34:02 +06:30
..
base.cpp
Moved read_file to a general base library
2024-04-15 04:55:51 +06:30
base.hpp
Moved read_file to a general base library
2024-04-15 04:55:51 +06:30
lexer.cpp
Fix some off by one errors in lexer
2024-04-15 04:43:58 +06:30
lexer.hpp
lexer now produces a vector of heap allocated tokens
2024-04-15 04:42:24 +06:30
main.cpp
Updated main.cpp for changes to lexer
2024-04-15 05:07:16 +06:30
preprocesser.cpp
fix memory leak through vec.clear
2024-04-15 05:34:02 +06:30
preprocesser.hpp
Default constructor for pp_err_t
2024-04-15 05:08:40 +06:30