Commit Graph

19 Commits

Author SHA1 Message Date
Rafal Kupiec bd24aa0605
Correct more compiler warnings.
The build was successful. Details
2019-06-19 09:31:40 +02:00
Rafal Kupiec bffd44a7b4
Get rid of some annoying compiler warnings.
The build was successful. Details
2019-06-17 09:51:37 +02:00
Rafal Kupiec c7b6e76d0d
Get rid of unused variables/labels/etc.
The build was successful. Details
2019-06-16 00:33:03 +02:00
Rafal Kupiec 3cc347f25f
Correct CLI command name.
The build was successful. Details
2019-05-14 13:50:52 +02:00
Rafal Kupiec 27e3b85b30
This is AerScript interpreter.
The build was successful. Details
2019-05-14 13:48:51 +02:00
Rafal Kupiec 8f18ebf884
Update legal info.
The build was successful. Details
2019-04-20 19:53:16 +02:00
Rafal Kupiec 8ca6deca4e
Allow to set memory limit from SAPI.
The build was successful. Details
2018-09-04 11:52:55 +02:00
Rafal Kupiec 349bbed774
Allow to enable or disable debugging.
The build has failed. Details
2018-08-27 19:53:24 +02:00
Rafal Kupiec 7a740c0570
Correct typo.
The build was successful. Details
2018-08-27 18:23:12 +02:00
Rafal Kupiec e6ad76b031
Dump VM after execution.
The build was successful. Details
VM instructions dump should be processed after script execution to follow included files.
2018-08-26 20:29:19 +02:00
Rafal Kupiec 877d19a815
API function rename.
The build was successful. Details
2018-08-26 18:30:21 +02:00
Rafal Kupiec c8c6208cca
Return script exit code.
The build was successful. Details
2018-08-26 08:37:35 +02:00
Rafal Kupiec ece036b214
Rework the entry point
The build was successful. Details
* some functions were not used and have been removed
 * some parameters seemed to be useless and have been removed
 * code cleanup
2018-08-14 13:45:27 +02:00
Rafal Kupiec 63b0f450d3
Move VM initialization into separate step to enable errors reporting earlier. 2018-07-25 18:15:40 +02:00
Rafal Kupiec 52d9616503
Revert d937d0c825 2018-07-23 19:39:21 +02:00
David Carlier dba8e5098f fixing in the vm context instead, making the feature available in case realpath could be implemented as well 2018-07-23 06:07:27 +01:00
David Carlier 3ae20a1ca6 Fix #16 might needs to test under Windows. 2018-07-22 21:52:08 +01:00
Rafal Kupiec 262b46392f
Enable error reporting 2018-07-22 20:49:27 +02:00
Rafal Kupiec abb91a9874
Reorganize the repository for new build system 2018-07-20 22:35:09 +02:00