elixir-gettext / expo

Low-level Elixir parser for GNU Gettext files (PO, POT, MO).
Apache License 2.0
13 stars 5 forks source link

Address all cases of obsolete parsing #99

Closed whatyouhide closed 1 year ago

whatyouhide commented 1 year ago

This PR supersedes https://github.com/elixir-gettext/expo/pull/94. I took a different approach: collapsing #~ as a post-tokenization step, in order to simplify the grammar.

Fixes #91

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 1865e71a1f5a58b632982d30c1d16cfc2738cdf3-PR-99


Totals Coverage Status
Change from base Build 6cf039f7272df5d23f69b89b4da4f54128e9fd1d: 0.0%
Covered Lines: 329
Relevant Lines: 329

💛 - Coveralls