1
0
Fork 0
mirror of https://github.com/MillironX/XAM.jl.git synced 2024-11-14 22:33:14 +00:00
This commit is contained in:
Ciarán O'Mara 2020-06-25 02:09:03 +10:00 committed by Ciarán O'Mara
parent 149d2cd898
commit 69e77a234c

View file

@ -41,7 +41,7 @@ const sam_machine_metainfo, sam_machine_record, sam_machine_header, sam_machine_
co.actions[:enter] = [:pos1]
co.actions[:exit] = [:metainfo_tag]
comment = re"[^\r\n]*"
comment = re"[^\r\n]*" # Note: Only single line comments are allowed.
comment.actions[:enter] = [:pos1]
comment.actions[:exit] = [:metainfo_val]