mayankmahajan24 / QL

QL Language and Compiler, for Programming Langauges and Translators Course Fall 2015
4 stars 2 forks source link

Anytype handling for print statements #47

Open garymlin opened 8 years ago

garymlin commented 8 years ago
json temp = json("hello.json")
print(temp["work"])

doesn't work because temp["work"] is of type AnyType but should be inferenced to be of type String