-
Notifications
You must be signed in to change notification settings - Fork 0
Further improvements #19
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
TokenStreamto be initialized with strings:TokenStream TS("3 + 4")Errorobject in bothParserandTokenStream- maybe convert Error to a proper class first and think about a return value so thatParserdoesn't have to return 0 when an error occurs.coutstatementsx = 5; x + 4etc. Store and access variables in a map.[m4] 15.5ParsertoCalculatorandTokenStreamtoParsergetIntersections()(It should take a Point as parameter and convert to a small circle to work as intended)