factor/extra/metar
John Benediktsson 26abdf4a23 regexp: try again to fix the issue with backslashes.
the new simple rule is inside R/ syntax all backslashes should be
escaped to allow easy regexp literal tokenization:

R/ [\/]/

but in the constructor <regexp> they shouldn't be:

"[/]" <regexp>

When the regexp is prettyprinted we make sure to visually escape the
backslashes in the raw regexp.
2019-03-21 13:29:15 -07:00
..
authors.txt metar: adding METAR and TAF weather parsers. 2015-04-01 14:07:40 -07:00
glossary.txt metar: adding METAR and TAF weather parsers. 2015-04-01 14:07:40 -07:00
metar-tests.factor more test IN: cleanup. 2018-02-15 08:45:08 -08:00
metar.factor regexp: try again to fix the issue with backslashes. 2019-03-21 13:29:15 -07:00
summary.txt metar: adding METAR and TAF weather parsers. 2015-04-01 14:07:40 -07:00
tags.txt basis/,extra/: lots of new tags.txt files 2017-07-05 01:50:39 +02:00