Skip to content
Snippets Groups Projects
Commit f64135a2 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Add support for multiple argument C functions

It remains a bunch of types checking and validation

Functions such as `min`, `max` and maybe `abs` should probably not be defined as
math C functions: these functions should compute their returned type according
to their arguments and not be only real function. Moreover, `min` and `max`
should conveniently allow more than 2 arguments.
parent 3f412d77
No related branches found
No related tags found
1 merge request!37Feature/language
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment