Skip to content
Snippets Groups Projects
Commit fd725adf authored by yakomaxa's avatar yakomaxa
Browse files

Added TODO comment for comment-out functions

parent ceba6da9
No related branches found
No related tags found
No related merge requests found
......@@ -165,6 +165,20 @@ const lang = P.MonadicParser.createLanguage({
Inscode: () => P.MonadicParser.regexp(/\^([a-zA-Z0-9])/, 1).desc('inscode'),
// TODO: Support bracketed resname and resno range.
// BracketedResname: function (r) {
// return P.regex(/\.([a-zA-Z0-9]{1,4})/, 1)
// .desc('bracketed-resname')
// // [0SD]
// },
// ResnoRange: function (r) {
// return P.regex(/\.([\s]){1,3}/, 1)
// .desc('resno-range')
// // 123-200
// // -12--3
// },
Keywords: () => P.MonadicParser.alt(...h.getKeywordRules(keywords)),
Query: function (r: any) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment