1
0
An advanced pretty printer, aiming for human readability.
Go to file
2017-06-05 20:38:44 +02:00
test Moved sorting to own file, and added very large tests. 2017-06-05 20:38:44 +02:00
analyze_structure.lua Removed unused functionallity, and associated tests. 2017-04-14 13:09:05 +02:00
function.lua Moved to doing seperator fixing just before returning from pretty. 2017-04-14 14:01:01 +02:00
init.lua Implemented more advanced utf8 support + moved fractional support to the SPECIAL_NUMBER list. 2017-04-12 14:52:51 +02:00
library.lua Improved resilience of library. 2017-04-14 13:24:29 +02:00
number.lua Added vulgar_fraction function, and increased resilience. 2017-05-25 22:53:02 +02:00
pretty.lua Added vulgar_fraction function, and increased resilience. 2017-05-25 22:53:02 +02:00
README.md Integers should be preferred to 2^x 2017-04-30 22:40:24 +02:00
table_type.lua Moved some constants into their own file, more info is stored in l, and improved some marker stuff. 2017-04-03 11:24:51 +02:00

README is TODO