What's new on epi2 v_0.202?
- Fixed a lot of bugs in the code
- Added
switch and case
- Made the code open-source
- Added a new colaborative documentation
- Updated file working
- Added
String Functions
- Added
String Operators
- Added
Number Operators
- Added
Variable Functions
- Updated the way to use variables.
- Added an option for installing libraries
- Now available on Linux
- Now there's a
.msi installer
- Well, added a lot of things, I forgor the other ones :(
epi² v_0.202 Release Notes
- Added
return keyword.
- Now you can use functions as argumens to other functions.
epi² v_0.201 Release Notes
- Added
--f-debug argument.
- Fixed a potential bug at
(File).read() and (File).readli() functions.
- Added
(File).exists() function.
- Added
epi2.error.file.notfound exception.
epi² v_0.200 Release Notes
- Added
inp function.
- Added
inpc function.
- Finished installer.
- Now errors show in which line they happened.
- Added arguments for functions.
- Added
try and catch keywords.
- Fixed a bug on
boolean variable declarations.
- Added
--debug-v argument to epi.exe for debugging.
- Added an option to do calculations.
- Added
to_num function.
epi² v_0.1 Release Notes
- Added
print function.
- Added
printc function.
- Added
cmd function.
- Added
string keyword.
- Added
number keyword.
- Added
bool keyword.
- Added
function keyword.
- Added
$ modifier.
- Added functions.
- Added comments.