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

Remove needless setting of class members and added revised author information

parent 67eb16a5
No related branches found
No related tags found
No related merge requests found
......@@ -2,14 +2,10 @@
* Copyright (c) 2018 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author David Sehnal <david.sehnal@gmail.com>
*/
/**
* @author Koya Sakuma <koya.sakuma.work@gmail.com>
**
* Adapted from Parsimmon (https://github.com/jneen/parsimmon)
* Copyright (c) 2011-present J. Adkisson (http://jneen.net).
*/
/**
* @author Koya Sakuma
* implementation of seqMap for mol-script/transpiler/helper.ts
**/
export class MonadicParser<A> {
......@@ -479,14 +475,6 @@ export namespace MonadicParser {
return regexp(re);
}
MonadicParser.createLanguage = createLanguage;
MonadicParser.seq = seq;
MonadicParser.seqMap = seqMap;
MonadicParser.of = succeed;
MonadicParser.regex = regexp;
MonadicParser.regexp = regexp;
// MonadicParser.regexp.lookahead = lookahead;
// MonadicParser.RegExp = regexp;
}
function seqPick(idx: number, ...parsers: MonadicParser<any>[]): MonadicParser<any> {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment