Irregular
Irregular copied to clipboard
Regular Expressions made Strangely Simple
The various command types in Irregular should be formalized in it's manifest. See
Should match console progress information, e.g. https://github.com/microsoft/terminal/issues/6700#issue-646668791
There should be a regex generator the matches an identifier in one or more programming languages. It should effectively have two parts: IdentifierStart IdentifierSequence
Irregular should be able to convert regular expressions into [ECMAScript RegEx](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions). This would Compress-Regex and then flag certain portions of the RegEx if they were incompatible with ECMAScript Regex.
A Parser File Should represent a way to parse input. Tentatively, it should support the following file patterns: * `.parser.ps1` * `.irregular.parser.ps1` A parser would be "valid" under a few...
If even some of the expressions generated from Irregular can be exported into a form JavaScript will know and love, this is a huge win.
All of the patterns in Irregular, as well as the ability to construct a pattern, should be easily exposed as a Microservice. * [ ] #224 * [ ] #225...
[Confluence Headings](https://confluence.atlassian.com/doc/confluence-wiki-markup-251003035.html#ConfluenceWikiMarkup-Headings) are similar to Markdown Headings, but just different enough to be difficult (`h[1-6].` instead of `#{1,6}`)