nitc :: ReduceAction1784 :: defaultinit
private class ReduceAction1784
super ReduceAction
redef fun action(p: Parser)
do
var node_list: nullable Object = null
var nodearraylist1 = p.pop
var listnode2 = new Array[Object]
var tcommentnode1 = nodearraylist1
if tcommentnode1 != null then
listnode2.add(tcommentnode1)
end
node_list = listnode2
p.push(p.go_to(_goto), node_list)
end
end
src/parser/parser.nit:35879,1--35893,3