Improved tokenizer

This commit is contained in:
Eduard Urbach 2023-10-31 21:13:14 +01:00
parent 5c12992fca
commit c4b28fb66e
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
10 changed files with 57 additions and 53 deletions

View file

@ -6,3 +6,7 @@ const (
CodeOffset = 0x80
Align = 0x10
)
var (
Verbose = false
)