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, Apr 11, 7:20 AM
Unknown Object (File)
Tue, Apr 9, 5:18 AM
Unknown Object (File)
Tue, Apr 2, 1:57 AM
Unknown Object (File)
Sat, Mar 30, 12:52 AM
Unknown Object (File)
Fri, Mar 29, 5:27 PM
Unknown Object (File)
Mar 10 2024, 9:31 PM
Unknown Object (File)
Mar 10 2024, 7:02 AM
Unknown Object (File)
Feb 13 2024, 5:58 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
Branch
search2
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 16424
Build 21853: Run Core Tests
Build 21852: arc lint + arc unit