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
1c0bd20cbad1c4089a4f5d19d2154d710fee2481
ovm
/
asm
History
Aryadev Chavali
1c0bd20cba
Introduce error reporting in asm/main
...
Pretty simple implementation, I've stopped printing the tokens cos I think the lexer is done.
2023-10-28 18:22:18 +01:00
..
lexer.c
Ignore comments (using semicolons) in lexer
2023-10-28 18:19:33 +01:00
lexer.h
Introduced a column and line for each token
2023-10-28 18:19:30 +01:00
main.c
Introduce error reporting in asm/main
2023-10-28 18:22:18 +01:00
parser.c
asm/parser supports all opcodes, introduced parse errors
2023-10-28 18:21:09 +01:00
parser.h
asm/parser supports all opcodes, introduced parse errors
2023-10-28 18:21:09 +01:00