Disclaimers are great.

This commit is contained in:
Daniel Flanagan 2019-06-16 01:01:47 -05:00
parent 40b49ea27f
commit b4e38f56af
1 changed files with 4 additions and 0 deletions

View File

@ -68,6 +68,10 @@ fn valid_decimal_number s -> Regex.match? @valid_decimal_number_regex s
**TODO: Add more description**
**NOTE**: This doesn't work at all. I'm still figuring out how to even go about
creating an AST and converting that into valid Elixir code. This will probably
never happen.
## Development Resources
+ https://pl-rants.net/posts/leex-yecc-in-elixir/