Page MenuHomePhabricator

Make the query compiler emit intermediate tokens
ClosedPublic

Authored by epriestley on Apr 12 2017, 10:43 PM.
Tags
None
Referenced Files
F13274006: D17669.diff
Fri, May 31, 3:10 AM
F13259923: D17669.diff
Sun, May 26, 11:16 PM
F13257135: D17669.id42501.diff
Sat, May 25, 8:35 PM
F13242444: D17669.diff
Thu, May 23, 2:46 AM
F13220703: D17669.diff
Sun, May 19, 1:53 AM
F13214337: D17669.id42501.diff
Fri, May 17, 9:57 AM
F13203171: D17669.diff
Tue, May 14, 11:33 PM
F13185375: D17669.diff
Sat, May 11, 2:50 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