File changed.
Preview size limit exceeded, changes collapsed.
Loading
Include expressions wrapped in curly braces like {1,2,3} in the xasm
grammar, along with the continue keyword. Without these, programmers
aren't able to write things like X(q.extract_range({0,1});. This change
also fixes stray opening curly braces that were getting passed to antlr
after else statements, leading to unpredictable behavior.
Add a test which covers all of these changes, and character literals.
Signed-off-by:
Austin Adams <aja@gatech.edu>
File changed.
Preview size limit exceeded, changes collapsed.