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

Use @info

This commit is contained in:
Ciarán O'Mara 2020-05-27 20:55:51 +10:00
parent 73de48e232
commit 436cfd84ba

View file

@ -10,7 +10,7 @@ import Automa.Stream: @mark, @markpos, @relpos, @abspos
# body = record*
const sam_machine_metainfo, sam_machine_record, sam_machine_header, sam_machine_body, sam_machine = (function ()
isinteractive() && info("compiling SAM")
isinteractive() && @info "compiling SAM"
cat = Automa.RegExp.cat
rep = Automa.RegExp.rep