Skip to content

Releases: alexjercan/cool-compiler

v1.1.0

09 Apr 06:24
Compare
Choose a tag to compare

Changelog

Added

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

Full Changelog: v1.0.0...v1.1.0

Initial Release

27 Mar 20:29
Compare
Choose a tag to compare

COOL

Implemented the first version of the compiler.

Features

  • compile multiple .cl files
  • allow using libc for the allocator
  • use raylib bindings for GUI