mirror of
https://github.com/MillironX/XAM.jl.git
synced 2024-11-14 22:33:14 +00:00
Tidy
This commit is contained in:
parent
69e77a234c
commit
dce44b3f55
1 changed files with 0 additions and 14 deletions
|
@ -46,20 +46,6 @@ function unsafe_parse_decimal(::Type{T}, data::Vector{UInt8}, range::UnitRange{I
|
||||||
return sign * x
|
return sign * x
|
||||||
end
|
end
|
||||||
|
|
||||||
# #TODO: update BioCore.Ragel.State (will likely change with TrnscodingStreams).
|
|
||||||
# import BufferedStreams: BufferedStreams, BufferedInputStream
|
|
||||||
# # A type keeping track of a ragel-based parser's state.
|
|
||||||
# mutable struct State{T<:BufferedInputStream}
|
|
||||||
# stream::T # input stream
|
|
||||||
# cs::Int # current DFA state of Ragel
|
|
||||||
# linenum::Int # line number: parser is responsible for updating this
|
|
||||||
# finished::Bool # true if finished (regardless of where in the stream we are)
|
|
||||||
# end
|
|
||||||
|
|
||||||
# function State(initstate::Int, input::BufferedInputStream)
|
|
||||||
# return State(input, initstate, 1, false)
|
|
||||||
# end
|
|
||||||
|
|
||||||
|
|
||||||
include("flags.jl")
|
include("flags.jl")
|
||||||
include("metainfo.jl")
|
include("metainfo.jl")
|
||||||
|
|
Loading…
Reference in a new issue