| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-23 | tests: remove compiler requirement in various unneeded cases | Eli Schwartz | |
| Compiled languages are Meson's bread and butter, but hardly required. This is convenient, because many test caases specifically, do not care about testing the compiler interactions. In such cases, we can skip doing compiler lookups which aren't used, as they only slow down test setup. | |||
| 2014-11-16 | More strict type checking for arithmetic operations. | Jussi Pakkanen | |
| 2014-11-16 | Add number, string and array arithmetic | Robin McCorkell | |
| Addition (+), subtraction (-), multiplication (*) and division (/) for numbers follows the BIDMAS rules. Strings and arrays can be concatenated with the addition operator Strings can be concatenated with numbers with the addition operator | |||
