Commit graph

23 commits

Author SHA1 Message Date
James Harton fdfb80f794 chore: update github url. 2021-01-28 08:57:47 +13:00
James Harton 64cf9a634f chore: release version 0.1.2 2021-01-28 08:51:37 +13:00
James Harton 89293bd723
Merge pull request #4 from jimsynz/fix-big-o
Fix for expensive string length check while consuming input.
2021-01-28 08:49:49 +13:00
James Harton 4bf1a0270c chore: Run the elixir formatter. 2021-01-27 10:20:18 +13:00
James Harton 1178ee3ee6 fix: Don't compare the consumed string's length for every iteration.
Closes #3.
2021-01-27 10:19:21 +13:00
James Harton 5075c958c8 Fix compiler warnings. 2017-04-27 15:17:47 +12:00
James Harton 1b964adac3 Documentation, test and readability improvements.
* Split out different concerns of LexLuthor into different modules.
* Add `inch` and documentation.
* Add `credo` and fix warnings.
2017-04-27 14:57:47 +12:00
James Harton 51c691d8d3 Add inch and inch_ci. 2017-04-27 08:04:07 +12:00
James Harton 7a1d171615 Include hexdocs. 2016-09-05 19:39:31 +12:00
James Harton 59ea3c6f6a Bump to 0.1.1. 2016-09-05 19:33:22 +12:00
James Harton d208280591 Merge pull request #1 from bobjflong/BL/warn
fix warning about unsafe variable
2016-09-05 19:30:27 +12:00
Bob Long c55cf6ea2a fix warning about unsafe variable 2016-09-03 19:59:16 +01:00
James Harton d5b7ee1836 Switch to using uniquely numbered actions now that I've figured out how to do that. 2015-03-31 10:30:26 +13:00
James Harton 57aa5df2a2 Add package metadata to mixfile. 2015-03-29 15:20:34 +13:00
James Harton 0eeb1703a6 Use Travis. 2015-03-29 15:07:21 +13:00
James Harton cc31654f56 Add codeship badge. 2015-03-29 15:00:03 +13:00
James Harton 73bd8a2def Forgot to remove debugging statements. 2015-03-29 14:56:06 +13:00
James Harton 8a04104427 Add column tracking to lexer and token output. 2015-03-29 14:55:28 +13:00
James Harton db6d8d413e Use Map.merge instead of trying to recreate the Lexer state every time. 2015-03-29 12:51:02 +13:00
James Harton dce82668ce Fix line number incrementing. Add test. 2015-03-26 20:51:01 +13:00
James Harton 8d7b741173 Pass line number along for the ride. 2015-03-26 20:26:04 +13:00
James Harton 75ae173d2a Refactor lexer to make returning :error tuples easier. 2015-03-05 15:22:11 -08:00
James Harton a4ef374f4a First post 👍 2015-03-05 14:22:23 -08:00