start translation phase 4

This commit is contained in:
pommicket 2022-01-08 14:37:39 -05:00
parent ac6cb985db
commit 3d0adb5f6f
5 changed files with 245 additions and 4 deletions

View file

@ -106,3 +106,27 @@
:str_hash_hash
string ##
byte 0
:str_error
string error
byte 0
:str_define
string define
byte 0
:str_include
string include
byte 0
:str_ifdef
string ifdef
byte 0
:str_ifndef
string ifndef
byte 0
:str_if
string if
byte 0
:str_elif
string elif
byte 0
:str_else
string else
byte 0