Added type of alias.

This commit is contained in:
Bruce Hill 2017-10-09 19:52:46 -07:00
parent 88add732c7
commit 782383975c

View File

@ -53,7 +53,7 @@ rule [%tree as value] =:
lua expr "nomsu:tree_to_value(\(%tree), vars)"
compile [repr %obj] to:
"nomsu:repr(\(%obj as lua))"
compile [type %obj] to:
compile [type %obj, type of %obj] to:
"type(\(%obj as lua))"
parse [lua block %block] as: lua code ".."