Lines Matching refs:Pump
28 Pump (for Pump is Useful for Meta Programming, Pretty Useful for Meta
37 for example) and concise, making Pump code intuitive and easy to
43 …* Pump tries to be smart with respect to [Google's style guide](https://github.com/google/stylegui…
49 The following Pump code (where meta keywords start with `$`, `[[` and `]]` are meta brackets, and `…
72 will be translated by the Pump compiler to:
134 **Note:** To give the user some freedom in formatting the Pump source
135 code, Pump ignores a new-line character if it's right after `$for foo`
164 You can find the source code of Pump in [scripts/pump.py](../scripts/pump.py). It is still
168 improving Pump.
172 You can find real-world applications of Pump in [Google Test](https://github.com/google/googletest/…
177 …* To avoid extra-long Pump source lines, you can break a line anywhere you want by inserting `[[]]…