Added 'min' and 'max' as standard functions
Also fixed floating point printing with sprintf
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include <string.h>
|
||||
|
||||
int main(void) {
|
||||
//TODO: Test not yet implemented
|
||||
//URGENT: Test not yet implemented
|
||||
printf(TOY_CC_WARN "Test not yet implemented: %s\n" TOY_CC_RESET, __FILE__);
|
||||
return 0;
|
||||
}
|
||||
@@ -117,7 +117,7 @@ int test_functions_from_bytecodes(void) {
|
||||
}
|
||||
|
||||
int test_functions_from_callbacks(void) {
|
||||
//TODO: Test not yet implemented
|
||||
//URGENT: Test not yet implemented
|
||||
printf(TOY_CC_WARN "WIP test not yet implemented: %s\n" TOY_CC_RESET, __FILE__);
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -607,8 +607,8 @@ int main(void) {
|
||||
total += res;
|
||||
}
|
||||
|
||||
//TODO: references
|
||||
//TODO: type coersions
|
||||
//TODO: references?
|
||||
//TODO: type coersions?
|
||||
//TODO: opaques?
|
||||
|
||||
return total;
|
||||
|
||||
Reference in New Issue
Block a user