parser grammar ExprParser; options { tokenVocab=JavaScriptLexer; superClass=JavaScriptBaseParser; } program :Contract Identifier '{' '}' ;