[General] Clamato Parser (day two in the vigil to get answer)

Robert Krahn robert.krahn at student.hpi.uni-potsdam.de
Tue Jan 5 11:29:41 CET 2010


Hi, Chris --

The version of the Smalltalk parser in the wiki was old. I updated it from the repository. However, in order to work SmalltalkParser.js has to be loaded. If you do module('lively.SmalltalkParser').load() and (when it is loaded) evaluate Smalltalk expressions it should work.

Try for example http://livelykernel.sunlabs.com/repository/lively-wiki/rk-stExample.xhtml :-)

Best,
Robert


On Jan 2, 2010, at 8:39 AM, Chris Cunnington wrote:

> Hi 
> 
> I see that ClamatoParser.txt has been added to the kernel folder. This adds Clamato Smalltalkese to LK's OMeta parser. 
> 
> It stands to reason that I should be able to print this piece of Clamato Smalltalkese in a TextMorph:
> 
> 
> @x := 10. 
> 
> 
> That shouldn't be undefined. It should react the same way when printed as: 
> 
> x = 10.
> 
> What am I missing to make Clamato syntax work in LK? 
> 
> Chris 
> _______________________________________________
> General mailing list
> General at livelykernel.sunlabs.com
> http://livelykernel.sunlabs.com/mailman/listinfo/general

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://livelykernel.sunlabs.com/pipermail/general/attachments/20100105/276aa383/attachment.html 




More information about the lively-kernel mailing list