- Notifications
You must be signed in to change notification settings - Fork0
A clone of ezr² made with DotNet 4.8 and C# 9.0 as a class library, to be used in other programs.
License
Uralstech/ezrSquaredNet4.8
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is not the main repo of ezr². This is a clone of ezr² made withDotNet 4.8
andC# 9.0
as aclass library
,to be used in other programs. Check out ezr²here.
ezr² Net4.8 (prerelease-1.5.1.0.0) is only equal to ezr² prerelease-1.3.2.0.0.
For those confused by the versioning: 1st place -> Major; 2nd place -> Feature; 3rd place -> Quality of Life; 4th place -> Library; 5th place -> Patch
Check theGitHub Commits for all changes in source code
prerelease-1.5.1.0.0 - [16-02-23]
- runtimeRunError message parity with ezr²
prerelease-1.5.0.0.0 - [15-02-23]
- Added flag to stop program at next visit function call
- Better errors with new runtimeRunError and interruptError classes
prerelease-1.4.1.0.0 - [15-02-23]
- Fixed a count loop error message
- Better error message for else if statements
prerelease-1.4.0.0.2 - [12-02-23]
- Fixed a bug in error messages
prerelease-1.4.0.0.1 - [12-02-23]
- Fixed
remove
function in character_lists - Fixed
in
expression in lists
- Fixed
prerelease-1.4.0.0.0 - [12-02-23]
- Parity to ezrSquared
prerelease-1.3.0.0.1 - [01-02-23]
- Fixed operators
remove
andget
in character_list, list and array - ezr² would crash if input was a float
- Fixed operators
prerelease-1.3.0.0.0 - [01-02-23]
- Added
remove
operation to character_list - Removed
remove_at
function in character_list and list as they are redundant - use theremove
operation
- Added
prerelease-1.2.0.1.0 - [31-01-23]
- Added back IO library
- Fixed bug in interpreter - visit_objectDefinitionNode now returns Task<runtimeResult>
prerelease-1.2.0.0.1 - [30-01-23]
- Fixed bug in
character_list
type - allstoredValue
references should now be casted to List<char> - Fixed hashing and comparison for all types
- Fixed bug in
prerelease-1.2.0.0.0 - [30-01-23]
- Removed all dynamic variables
prerelease-1.1.0.0.0 - [27-01-23]
- Converted all interpreter functions to async functions
prerelease-1.0.0.0.2 - [26-01-23]
- Removed useless using for IO library
prerelease-1.0.0.0.1 - [26-01-23]
- Fixed
array
slicing
- Fixed
prerelease-1.0.0.0.0 - [26-01-23]
- Initial release!
About
A clone of ezr² made with DotNet 4.8 and C# 9.0 as a class library, to be used in other programs.