Popularity
0.6
Declining
Activity
0.0
Stable
0
3
0

Monthly Downloads: 4
Programming language: Elixir
License: MIT License
Tags: Text And Numbers    

cirru_parser alternatives and similar packages

Based on the "Text and Numbers" category.
Alternatively, view cirru_parser alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of cirru_parser or a related project?

Add another 'Text and Numbers' Package

README

Cirru Parser in Elixir

On Hex https://hex.pm/packages/cirru_parser/

{"cirru_parser", "~> 0.0.1"}
require CirruParser
CirruParser.parse "code", "filename" => [["code"]]

APIs:

  • parse/2 returns tree with line infos, each leaf is a map
  • pare/2 returns tree without line infos, each leaf is a string

License

MIT


*Note that all licence references and agreements mentioned in the cirru_parser README section above are relevant to that project's source code only.