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:
parent
73de48e232
commit
436cfd84ba
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue