summary refs log tree commit diff stats
path: root/compiler/asciitables.nim
Commit message (Collapse)AuthorAgeFilesLines
* move asciitables to std/private/ (#16498)flywind2020-12-291-83/+0
| | | | | * move asciitables * minor
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
|
* add `alignTable`, `parseTableCells` to align/format a tab(etc) delimited ↵Timothee Cour2019-01-091-0/+83
table (#10182) * add compiler/unittest_light.nim for easy diffing: assertEquals and mismatch * fixup * add alignTable, parseTableCells