You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Crashes when using a file, lot of memory leaks involved
Can however reconize syntax errors in the file and precise the line and character involved in the error
Is memory leaks free, for line by line interpreter
Can work with integers, floating numbers and strings
Includes a sample algorithm file to show how to implement your own .alg files
Works on UNIX systems as well as Windows: For that purpose, go to the constants.h file and change the #define (line 5) by #define YOUR_OS(#define LINUXfor UNIX systems, #define WINDOWS for Windows OS)
Can compute any operation among + - / * %
Respects all priority rules of operators for combination of operations
Respects parentheses priority
Support booleans comparisons (only for =, <, > comparators, others to come...)