Releases: LostbBlizzard/UCodeLang
Release 0.0.99
-- Improvements
And other internal bug fixes.
-- Additions
-- Changes
-- Removed Features
None.
Release 0.0.11
-- Improvements
-
Fixed lots of other Bugs
-- Additions -
- Allows for keeping funcions and there dependencies and removeing the rest
-
- allows for removeing DebugInfo,Funcions To Addresss and Assembly types
-
Added short hand for make map type
- you can now do int[String] to make the type Map<String,int>.
- if you want to use the array short hand using a varable for the size just use parentheses as the syntax is ambigous
- and Map has higher president because its used more.
- int[String] is Map<String,int>.
- int[0] is Array<int,(0).
- int[somename] is Map<somename,int>.
- int[(somename)] is Array<int,(somename)>
-- Changes
-- Removed Features
Just a lot other things but forgot to add them.
Release 0.0.10
Language Changelog Changelog:
Front end is basically complete so code that works now will work in the future.
-Added for type (I should document this).
Implementers Changelog:
-Lots of Bug fixes.(100% unit test are passing) :D
LSP Changelog:
Nothing
Notes:
I'll be working on the Standard Library and Stability.
And for 1.0.0 I have no idea when it will happen.
1.0.0 will happen when I feel its time.
Release 0.0.9
LanguageChangelog Changelog:
Bug fixes and this is the Lask Weeky Update before 1.0.0
Implementers Changelog:
No Updates.
LSP Changelog:
No Updates.
Release 0.0.8
LanguageChangelog Changelog:
A Lot of Bug fixes.
Implementers Changelog:
No Updates.
LSP Changelog:
No Updates.
Release 0.0.7
LanguageChangelog Changelog:
-Added WebDemo
-Added CppToVm for folders.
Implementers Changelog:
No Updates.
LSP Changelog:
No Updates.
Release 0.0.6
LanguageChangelog Changelog:
-Bug fixes
-Added Bitwise Operators
-Added Modulo Operator
-Added install Scripts to readme
Implementers Changelog:
No Updates.
LSP Changelog:
No Updates.
Release 0.0.5
LanguageChangelog Changelog:
-fixed bugs in UCodeBackend.
-All of the Standard Library gets Compiled(UCodeBackend Backend Crashes/fails to build StringSpan == overload).
-Added Color,ColorRGB,Color32,Color24 Types to Standard Library.
-Minor renames in Standard Library.
-Project wide typo fix.
-Added Casting to float to ints and float to ints.
-Updated Doc for Standard Library and API reference.
-cpptoulangvm can properly deal with references.
-got ECS Example working.
Implementers Changelog:
Nothing
LSP Changelog:
Nothing
Release 0.0.3
LanguageChangelog Changelog:
UCodeVm tests now passing 40/97 tests.
Implementers Changelog:
Updated Compiler API to use Result Types.
LSP Changelog:
No Updates.
Release 0.0.2
LanguageChangelog Changelog:
added: fixed: removed:
Implementers Changelog:
added: fixed: removed:
LSP Changelog:
added: fixed: removed: