Files
deb-python-falcon/falcon/routing
Kurt Griffiths f1597d77e6 feat(CompiledRouter): Add an intermediate AST step to the compiler (#1040)
Rather than compiling the routing tree directly to Python code,
first generate an AST and then use it to produce the code. This
provides several benefits, including:

    * It makes the compilation process easier to reason about.
    * It makes it easier to keep track of indentation and whitespace.
    * It sets us up for being able to make transformations that we
      will need to do to support URI template filters, etc. in the
      future.
2017-05-17 10:47:10 -05:00
..