openfoam/applications/tools
Mark Olesen 21720bea12 ENH: support field width for #eval expressions
For example,
```
entry #eval 10 { vector(rand(), 0, 0) };
```

ENH: be more generous and ignore trailing ';' in expressions

STYLE: adjust parse token name for tensor::I
2021-03-29 16:00:11 +02:00
..
foamCalc ENH: support field width for #eval expressions 2021-03-29 16:00:11 +02:00
foamExprParserInfo ENH: improved separation of scanner/parser debug selection 2019-12-19 13:16:26 +01:00
README.md ENH: improved separation of scanner/parser debug selection 2019-12-19 13:16:26 +01:00

The applications/tools directory contains tools that may be useful for developers or advanced users, but which will not normally be built.

The user should note that the types of tools, their behaviour and syntax are subject to much more fluctuation than regular utilities.