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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ let space_or_eol (sep:regexp) (default:string) =
  del (space_or_eol_re? . sep . space_or_eol_re?) default 

(* View: word *)
let word = store /[A-Za-z0-9@\*.-]+/
let word = store /[A-Za-z0-9@\*.+-]+/

(* View: comma *)
let comma = space_or_eol "," ", "