Page MenuHomePhabricator

Make the query compiler emit intermediate tokens
ClosedPublic

Authored by epriestley on Apr 12 2017, 10:43 PM.
Tags
None
Referenced Files
F15358051: D17669.id42501.diff
Tue, Mar 11, 7:11 AM
F15343328: D17669.id42501.diff
Sun, Mar 9, 10:27 PM
F15332560: D17669.id42493.diff
Fri, Mar 7, 5:59 PM
Unknown Object (File)
Sun, Mar 2, 8:27 PM
Unknown Object (File)
Thu, Feb 27, 3:39 PM
Unknown Object (File)
Fri, Feb 21, 6:41 PM
Unknown Object (File)
Fri, Feb 21, 3:20 PM
Unknown Object (File)
Wed, Feb 12, 4:06 AM
Subscribers
None

Details

Summary

Ref T12137. Ref T12003. Ref T2632. Ref T7860. In all these tasks, we want to examine or interact with the query after it is parsed, but before it is compiled.

Make the compiler emit an intermediate parsed representation so we can do that.

(The next change fixes Phabricator for this new API.)

Test Plan

Ran unit tests, see also next change.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable