2022-07-18 19:16:54 +00:00
|
|
|
type expr =
|
|
|
|
| Comment of string
|
2022-07-19 17:41:42 +00:00
|
|
|
| Aconst of int
|
2022-07-18 19:16:54 +00:00
|
|
|
| Ainstr of string
|
2022-07-19 17:41:42 +00:00
|
|
|
| Ginstr of string
|
2022-07-18 19:16:54 +00:00
|
|
|
| Cinstr of string * string * string
|