Thu, 10 Sep 2015 23:25:10 +0900 |
Yuya Nishihara |
parser: move unescape helper from templater
|
Sat, 08 Aug 2015 19:44:05 -0700 |
Gregory Szorc |
parser: use absolute_import
|
Mon, 06 Jul 2015 22:01:41 +0900 |
Yuya Nishihara |
parser: take suffix action if no infix action is defined
|
Mon, 06 Jul 2015 21:55:55 +0900 |
Yuya Nishihara |
parser: reorder infix/suffix handling to be similar to prefix/primary flow
|
Sun, 05 Jul 2015 12:09:27 +0900 |
Yuya Nishihara |
parser: resolve ambiguity where both prefix and primary actions are defined
|
Sun, 05 Jul 2015 12:02:13 +0900 |
Yuya Nishihara |
parser: separate actions for primary expression and prefix operator
|
Sun, 05 Jul 2015 11:54:14 +0900 |
Yuya Nishihara |
parser: extract function that tests if next token may start new term
|
Sun, 05 Jul 2015 18:09:15 +0900 |
Yuya Nishihara |
parser: factor out function that parses right-hand side of prefix/infix ops
|
Sun, 05 Jul 2015 17:50:35 +0900 |
Yuya Nishihara |
parser: remove unused parameter 'pos' from _match()
|
Sun, 05 Jul 2015 11:17:22 +0900 |
Yuya Nishihara |
parser: fill invalid infix and suffix actions by None
|
Sat, 27 Jun 2015 17:25:01 +0900 |
Yuya Nishihara |
revset: add function to build dict of positional and keyword arguments
|
Sun, 21 Jun 2015 00:56:09 +0900 |
Yuya Nishihara |
parser: update documentation about tokenizer and elements
|
Sun, 21 Jun 2015 00:49:26 +0900 |
Yuya Nishihara |
parser: accept iterator of tokens instead of tokenizer function and program
|
Sun, 26 Apr 2015 18:05:23 +0900 |
Yuya Nishihara |
parser: add helper to reduce nesting of chained infix operations
|
Wed, 06 May 2015 10:17:41 +0900 |
Yuya Nishihara |
parser: extract closure of prettyformat() to a top-level function
|
Sun, 26 Apr 2015 22:20:03 +0900 |
Yuya Nishihara |
parser: move prettyformat() function from revset module
|
Mon, 18 May 2015 12:27:15 -0500 |
Pierre-Yves David |
parsers: use 'next' instead of try/except
|
Tue, 18 Mar 2014 17:17:23 -0500 |
Matt Mackall |
parser: allow passing a lookup function to a tokenizer
|
Fri, 17 Aug 2012 13:58:18 -0700 |
timeless |
en-us: labeled
|
Tue, 21 Jun 2011 00:17:52 +0200 |
Mads Kiilerich |
parsers: fix localization markup of parser errors
stable
|
Wed, 16 Mar 2011 23:09:14 +0100 |
Bernhard Leiner |
revset: report a parse error if a revset is not parsed completely (issue2654)
|
Mon, 20 Dec 2010 12:09:00 -0600 |
Matt Mackall |
templater: use the parser.py parser to extend the templater syntax
|
Fri, 11 Jun 2010 01:35:38 -1000 |
Julian Cowley |
parser: fix URL to effbot
stable
|
Sat, 19 Jun 2010 17:56:52 -0500 |
Matt Mackall |
parser: improve infix error checking
|
Tue, 08 Jun 2010 16:27:59 +0200 |
Peter Arrenbrecht |
parser: fix missing param in _match
|
Tue, 08 Jun 2010 09:30:45 +0200 |
Dirkjan Ochtman |
cleanups: undefined variables
|
Fri, 04 Jun 2010 20:57:52 -0500 |
Matt Mackall |
revset: raise ParseError exceptions
|
Wed, 02 Jun 2010 14:07:46 -0500 |
Matt Mackall |
revset: add support for prefix and suffix versions of : and ::
|
Tue, 01 Jun 2010 11:18:57 -0500 |
Matt Mackall |
revset: introduce basic parser
|