Flatten the Value reference representation.
All values are now references into the value table, so drop the distinction between direct and table values. Direct values don't exist any more. Also remove the parser support for the 'vxNN' syntax. Only 'vNN' values can be parsed now.
This commit is contained in:
@@ -18,7 +18,7 @@ syn keyword ctonDecl function stack_slot jump_table
|
||||
syn keyword ctonFilecheck check sameln nextln unordered not regex contained
|
||||
|
||||
syn match ctonType /\<[bif]\d\+\(x\d\+\)\?\>/
|
||||
syn match ctonEntity /\<\(v\|vx\|ss\|jt\|fn\|sig\)\d\+\>/
|
||||
syn match ctonEntity /\<\(v\|ss\|jt\|fn\|sig\)\d\+\>/
|
||||
syn match ctonLabel /\<ebb\d+\>/
|
||||
syn match ctonName /%\w\+\>/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user