1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-10-11 12:23:45 +00:00
KickC is a C-compiler for 6502-based platforms creating optimized and readable assembler code. The language is 95% standard C with a few limitations and a few extensions. Download Releases here https://gitlab.com/camelot/kickc/-/releases
Go to file
2017-12-30 23:54:27 +01:00
.idea Refactoring fragment synthesis to allow scoring of files & synthesis. 2017-12-30 19:22:44 +01:00
src Used usage module to identify & remove all unneeded fragments. Many unused ones moved into a new "unused" folder to be removed later. 2017-12-30 23:54:27 +01:00
.gitignore git ignoring some files 2017-12-29 10:45:55 +01:00
.gitlab-ci.yml Moving into the new kickc repository. 2017-12-29 10:44:25 +01:00
kickc.iml Moving into the new kickc repository. 2017-12-29 10:44:25 +01:00
pom.xml Moved tests into Maven Test area to allow maven-based testing. 2017-12-28 15:34:32 +01:00