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

Remove comment-out lines

parent 064e7d42
No related branches found
No related tags found
No related merge requests found
...@@ -16,11 +16,6 @@ import { AtomGroupArgs } from '../types'; ...@@ -16,11 +16,6 @@ import { AtomGroupArgs } from '../types';
import { Transpiler } from '../transpiler'; import { Transpiler } from '../transpiler';
import { OperatorList } from '../types'; import { OperatorList } from '../types';
// const propertiesDict = h.getPropertyRules(properties);
// const slash = P.MonadicParser.string('/');
// <, <=, =, >=, >, !=, and LIKE // <, <=, =, >=, >, !=, and LIKE
const valueOperators: OperatorList = [ const valueOperators: OperatorList = [
{ {
...@@ -169,18 +164,6 @@ const lang = P.MonadicParser.createLanguage({ ...@@ -169,18 +164,6 @@ const lang = P.MonadicParser.createLanguage({
Altloc: () => P.MonadicParser.regexp(/%([a-zA-Z0-9])/, 1).desc('altloc'), Altloc: () => P.MonadicParser.regexp(/%([a-zA-Z0-9])/, 1).desc('altloc'),
Inscode: () => P.MonadicParser.regexp(/\^([a-zA-Z0-9])/, 1).desc('inscode'), Inscode: () => P.MonadicParser.regexp(/\^([a-zA-Z0-9])/, 1).desc('inscode'),
// BracketedResname: function (r) {
// return P.MonadicParser.regexp(/\.([a-zA-Z0-9]{1,4})/, 1)
// .desc('bracketed-resname')
// // [0SD]
// },
// ResnoRange: function (r) {
// return P.MonadicParser.regexp(/\.([\s]){1,3}/, 1)
// .desc('resno-range')
// // 123-200
// // -12--3
// },
Keywords: () => P.MonadicParser.alt(...h.getKeywordRules(keywords)), Keywords: () => P.MonadicParser.alt(...h.getKeywordRules(keywords)),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment