Compare commits

..

No commits in common. "c6824a99df57b7fdfb14fe3390c1871629cfc964" and "7bda19cdea0027e7a7ca24619305cadcc88b5b66" have entirely different histories.

2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name: tartrazine
version: 0.6.3
version: 0.6.1
authors:
- Roberto Alsina <roberto.alsina@gmail.com>
@ -16,6 +16,7 @@ dependencies:
github: crystal-china/base58.cr
sixteen:
github: ralsina/sixteen
branch: main
docopt:
github: chenkovsky/docopt.cr

View File

@ -11,7 +11,7 @@ module Tartrazine
"#{i + 1}".rjust(4).ljust(5)
end
def format(text : String, lexer : BaseLexer) : String
def format(text : String, lexer : Lexer) : String
outp = String::Builder.new("")
format(text, lexer, outp)
outp.to_s