1
0
Fork 0
mirror of https://github.com/MillironX/XAM.jl.git synced 2024-11-14 22:33:14 +00:00

Move isinteractive into machine

This commit is contained in:
Ciarán O'Mara 2019-09-07 21:47:00 +10:00
parent 892ad0d7dc
commit 6cd89aba08

View file

@ -173,8 +173,10 @@ end
# file = header . body # file = header . body
# header = metainfo* # header = metainfo*
# body = record* # body = record*
isinteractive() && info("compiling SAM")
const sam_metainfo_machine, sam_record_machine, sam_header_machine, sam_body_machine = (function () const sam_metainfo_machine, sam_record_machine, sam_header_machine, sam_body_machine = (function ()
isinteractive() && info("compiling SAM")
cat = Automa.RegExp.cat cat = Automa.RegExp.cat
rep = Automa.RegExp.rep rep = Automa.RegExp.rep
alt = Automa.RegExp.alt alt = Automa.RegExp.alt