Skip to content
Snippets Groups Projects
Commit 6f078e57 authored by James Brown's avatar James Brown Committed by Raphaël Pinson
Browse files

allow the + character in virtual address targets

parent 811c9f9f
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ let space_or_eol (sep:regexp) (default:string) = ...@@ -32,7 +32,7 @@ let space_or_eol (sep:regexp) (default:string) =
del (space_or_eol_re? . sep . space_or_eol_re?) default del (space_or_eol_re? . sep . space_or_eol_re?) default
(* View: word *) (* View: word *)
let word = store /[A-Za-z0-9@\*.-]+/ let word = store /[A-Za-z0-9@\*.+-]+/
(* View: comma *) (* View: comma *)
let comma = space_or_eol "," ", " let comma = space_or_eol "," ", "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment