Commit graph

28 commits

Author SHA1 Message Date
Gered 193e45fabf bump version 2014-03-29 18:11:59 -04:00
Gered db3e5d4a58 add type hint to avoid reflection 2014-03-29 18:11:17 -04:00
Gered f6c9cf94d1 update README.md using a different font for the example output 2014-03-29 18:04:31 -04:00
Gered 8e46211239 take out this dummy unit test. will add real tests soon enough. :) 2014-03-29 17:58:52 -04:00
Gered 8c9ba9b392 update README.md 2014-03-29 17:57:54 -04:00
Gered cbe20263b7 first release version! 2014-03-29 17:56:25 -04:00
Gered f16fa9eacc update README.md 2014-03-29 17:56:05 -04:00
Gered aaa379aa46 add figfont specification 2014-03-29 17:43:36 -04:00
Gered b946cf658d make the flf argument first in all render functions 2014-03-29 17:41:32 -04:00
Gered 2f332a6ee5 add doc comments. replace render-out with render-to-string 2014-03-29 17:39:53 -04:00
Gered b9e30d0f22 make render-char public and allow it to be used standalone 2014-03-29 17:26:46 -04:00
Gered 9712612f66 remove unused import 2014-03-29 17:21:38 -04:00
Gered f164b57aee add render-out function 2014-03-29 17:21:12 -04:00
Gered e3e0e8b67b also recognize '#' as an endline character marker 2014-03-29 17:20:51 -04:00
Gered d19d000021 render-line now handles tab characters 2014-03-29 17:11:23 -04:00
Gered 7bda8d1a14 fix method of replacing chars 2014-03-29 17:10:52 -04:00
Gered b9ebaf0ffe add plain render function 2014-03-29 17:10:33 -04:00
Gered 5bc8f1810c add render-line function 2014-03-29 16:49:34 -04:00
Gered 0625197023 fix incorrect handling of unrecognized characters 2014-03-29 16:48:55 -04:00
Gered 0140c2722b keep a copy of the hardblank char as a string as well
avoids us needed to constantly do (str hardblank)
2014-03-29 16:03:17 -04:00
Gered 3217e92c00 add render-char function 2014-03-29 16:01:16 -04:00
Gered 4f39c6b112 combine all parsed char groups into a single :chars map 2014-03-29 15:08:07 -04:00
Gered 6d2909d152 implement parsing of the different char types 2014-03-29 15:07:40 -04:00
Gered d8c131b417 parse character lines into their individual groups. stub functions to parse each different type of char 2014-03-29 14:24:24 -04:00
Gered cfdb320833 fully parse the header line 2014-03-29 13:54:22 -04:00
Gered 197b5d20ee add file header validation 2014-03-29 13:44:24 -04:00
Gered 4455bb6d65 begin implementing a flf loader 2014-03-29 13:35:16 -04:00
Gered 7ee1aa478a initial commit 2014-03-29 12:54:03 -04:00