mirror of
https://github.com/mikpe/pdp10-tools.git
synced 2026-04-09 22:38:06 +00:00
as: scan: accept semi-colon as statement separator
This commit is contained in:
@@ -42,6 +42,7 @@ token(ScanState) ->
|
||||
$# -> do_line_comment(ScanState);
|
||||
$@ -> {ok, ?T_AT};
|
||||
$: -> {ok, ?T_COLON};
|
||||
$; -> {ok, ?T_NEWLINE};
|
||||
$, -> {ok, ?T_COMMA};
|
||||
$( -> {ok, ?T_LPAREN};
|
||||
$) -> {ok, ?T_RPAREN};
|
||||
|
||||
Reference in New Issue
Block a user