mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2024-12-28 16:30:59 +00:00
Fix icp/isp tables to account for otherch.
Commit 9cc72c8845
introduced otherch tokens but did not properly update these tables to account for them. This would cause * not to be accepted as the first character in an expression, and might also cause other problems.
This commit is contained in:
parent
5500833180
commit
92a3af1d5f
@ -465,6 +465,7 @@ icp start in-coming priority for expression
|
||||
dc i1'3' bareqop
|
||||
dc i1'200' poundpoundop
|
||||
dc i1'200' dotdotdotsy
|
||||
dc i1'200' otherch
|
||||
dc i1'200' eolsy
|
||||
dc i1'200' eofsy
|
||||
dc i1'200' typedef
|
||||
@ -641,6 +642,7 @@ isp start in stack priority for expression
|
||||
dc i1'2' bareqop
|
||||
dc i1'0' poundpoundop
|
||||
dc i1'0' dotdotdotsy
|
||||
dc i1'0' otherch
|
||||
dc i1'0' eolsy
|
||||
dc i1'0' eofsy
|
||||
dc i1'0' typedef
|
||||
|
Loading…
Reference in New Issue
Block a user