ronsaldo / lowtalk

Lowtalk, a new Smalltalk dialect to replace Slang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instance of LowtalkDynamicObjectType did not understand #isDynamicObjectPointerType

erde74 opened this issue · comments

i tried the example from the readme on linux and windows:

| compiler |
compiler := LowtalkCompiler compilationTarget:
    SLVMSAsmCompilationTarget x86 withDebugInformation.
compiler
	evaluateFileNamed: 'runtime/runtime.ltk';
    evaluateFileNamed: 'samples/HelloWorld.ltk';
	optimizationLevel: 0;
	writeObjectToFileNamed: 'hello.o'

which gives me the following error

Instance of LowtalkDynamicObjectType did not understand #isDynamicObjectPointerType