Releases: alexjercan/cool-compiler
Releases · alexjercan/cool-compiler
v1.1.0
Changelog
Added
- @alexjercan Snake Game example
- @alexjercan Float support
- @alexjercan Random module
random
- @alexjercan Threading module
threading
- @alexjercan Netowrking module
net
- @alexjercan Multiplayer Game: Coin Chase 2D
Changed
- @alexjercan Updated the module implementation to use dependency resolution
- @TunifyBasic Updated Makefile with log messages for each step #1
Fixed
- @alexjercan Disallow usage of extern variables in assign
New Contributors
- @TunifyBasic made their first contribution in #1
Full Changelog: v1.0.0...v1.1.0
Initial Release
COOL
Implemented the first version of the compiler.
Features
- compile multiple
.cl
files - allow using
libc
for the allocator - use
raylib
bindings for GUI