Skip to content

Commit c77aceb

Browse files
cgil: permit ''' in rust output language
Helps with adrian-thurston/ragel#3.
1 parent 063c125 commit c77aceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cgil/rlhc-rust.lm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ namespace rust_out
2929

3030
token string /
3131
'"' ( [^"\\] | '\\' any ) * '"' |
32-
"'" ( [^'\\] | '\\' any ) "'"
32+
"'" ( [^\\] | '\\' any ) "'"
3333
/
3434

3535
ignore

0 commit comments

Comments
 (0)