Skip to content

The Cuis parser

Dr. Nicola Mingotti edited this page Dec 11, 2021 · 1 revision

Example.

p _ Parser new.
". explore the output of this message send (Cltr+Shift+i, in Linux) "
p parse:  (ReadStream on: '1 + 2 * 3')  
	class:  UndefinedObject 
	category:  nil
	noPattern: true
	doIt:  false
	context: nil  
	notifying: nil 
	ifFail: [^ nil].
Clone this wiki locally