Page MenuHomePhabricator

Make the query compiler emit intermediate tokens
ClosedPublic

Authored by epriestley on Apr 12 2017, 10:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Dec 19, 5:47 PM
Unknown Object (File)
Tue, Dec 17, 9:16 AM
Unknown Object (File)
Tue, Dec 17, 6:49 AM
Unknown Object (File)
Thu, Dec 12, 1:48 AM
Unknown Object (File)
Thu, Dec 5, 8:03 AM
Unknown Object (File)
Tue, Nov 26, 12:32 PM
Unknown Object (File)
Sun, Nov 24, 3:10 PM
Unknown Object (File)
Nov 13 2024, 10:02 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