Commit Graph

9 Commits

Author SHA1 Message Date
Rafal Kupiec d793d3ed70
Rename PH7_VmGenericError() to PH7_VmThrowError()
The build was successful. Details
2018-09-04 08:54:48 +02:00
Rafal Kupiec bd44dba33c
Use new error handler in modules.
The build was successful. Details
2018-09-03 20:19:12 +02:00
Rafal Kupiec af139b3f0a
Reimplement C-like min() and max() functions.
The build was successful. Details
These functions should have C-like implementation and take exactly 2 arguments: integer or float.
Finally, C-implementation will be faster than using PH7 builtin library that needs to be compiled and interpreted.
2018-08-15 17:26:26 +02:00
Rafal Kupiec 7afe2c7c41
AerScript on the read 2018-08-01 17:04:42 +02:00
David Carlier e7b78be8e5 Fix #15, merge from fix_debug_backtrace branch (#18) 2018-07-22 19:24:00 +01:00
Rafal Kupiec d9507216cb
Move ctype library into separate module 2018-07-21 09:43:34 +02:00
Rafal Kupiec 9313276e09
Dummy module should also show how to define constants 2018-07-21 08:32:10 +02:00
Rafal Kupiec b7caeefded
Move math library into separate module 2018-07-21 08:24:20 +02:00
Rafal Kupiec abb91a9874
Reorganize the repository for new build system 2018-07-20 22:35:09 +02:00