mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
15 lines
304 B
Plaintext
15 lines
304 B
Plaintext
|
---input---
|
||
|
i32.store offset=0xdeadbeef align=0x1
|
||
|
|
||
|
---tokens---
|
||
|
'i32.store' Name.Builtin
|
||
|
' ' Text
|
||
|
'offset' Keyword
|
||
|
'=' Operator
|
||
|
'0xdeadbeef' Literal.Number.Hex
|
||
|
' ' Text
|
||
|
'align' Keyword
|
||
|
'=' Operator
|
||
|
'0x1' Literal.Number.Hex
|
||
|
'\n' Text
|