[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

test[m8n] 70 Compiler


--setup
test=smalltalk.Compiler:new()


--setup
if (not smalltalk.String:reservedLuaWords():includes_("not")) then error("#not MUST be included") end
if (smalltalk.Compiler:new():parser():class():name()~="SmalltalkParser") then error("Must be SmalltalkParser") end
if (test:nativeLanguage()~="lua") then error("Must be running on lua") end



--cleanup
test=nil