Added type of alias.
This commit is contained in:
parent
88add732c7
commit
782383975c
@ -53,7 +53,7 @@ rule [%tree as value] =:
|
|||||||
lua expr "nomsu:tree_to_value(\(%tree), vars)"
|
lua expr "nomsu:tree_to_value(\(%tree), vars)"
|
||||||
compile [repr %obj] to:
|
compile [repr %obj] to:
|
||||||
"nomsu:repr(\(%obj as lua))"
|
"nomsu:repr(\(%obj as lua))"
|
||||||
compile [type %obj] to:
|
compile [type %obj, type of %obj] to:
|
||||||
"type(\(%obj as lua))"
|
"type(\(%obj as lua))"
|
||||||
|
|
||||||
parse [lua block %block] as: lua code ".."
|
parse [lua block %block] as: lua code ".."
|
||||||
|
Loading…
Reference in New Issue
Block a user