Extension { #name : 'PPEndOfInputParser' } { #category : '*petitcompiler' } PPEndOfInputParser >> asCompilerNode [ ^ PPCEndOfInputNode new name: self name; child: parser; yourself ]