aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/expressions.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-08fixed expressions like `1,(2)` or `(1),(2)`: they are reported as two numbers...Robin Haberkorn1-0/+3
2024-02-06fixed the power (^*) operator: did not handle corner cases and was inefficientRobin Haberkorn1-1/+22
2024-01-21updated copyright to 2024Robin Haberkorn1-1/+1
2023-07-03introduced TECO_DEBUG_CLEANUP to mark destructors that should only be used fo...Robin Haberkorn1-3/+1
2023-04-05updated copyright to 2023Robin Haberkorn1-1/+1
2022-06-21updated copyright to 2022 and updated TODORobin Haberkorn1-1/+1
2021-05-30THE GREAT CEEIFICATION EVENTRobin Haberkorn1-0/+384