1
1
Fork
You've already forked ck
0
The Food compiler. Work in progress.
  • C# 99.6%
  • Logos 0.4%
2025年01月31日 16:40:58 -05:00
archive initial commit; see README 2025年01月08日 22:47:47 -05:00
cklib some more stuff 2025年01月26日 23:49:13 -05:00
Diagnostics initial commit; see README 2025年01月08日 22:47:47 -05:00
Lang some more stuff 2025年01月26日 23:49:13 -05:00
Lowering buggy 2025年01月31日 16:40:58 -05:00
OldTests initial commit; see README 2025年01月08日 22:47:47 -05:00
Properties initial commit; see README 2025年01月08日 22:47:47 -05:00
Syntax some more stuff 2025年01月26日 23:49:13 -05:00
Target buggy 2025年01月31日 16:40:58 -05:00
tests buggy 2025年01月31日 16:40:58 -05:00
Util todo: casts, alignment 2025年01月27日 23:42:00 -05:00
XIL buggy 2025年01月31日 16:40:58 -05:00
.gitattributes initial commit; see README 2025年01月08日 22:47:47 -05:00
.gitignore initial commit; see README 2025年01月08日 22:47:47 -05:00
ck.csproj initial commit; see README 2025年01月08日 22:47:47 -05:00
ck.sln initial commit; see README 2025年01月08日 22:47:47 -05:00
CompilerRunner.cs buggy 2025年01月31日 16:40:58 -05:00
LICENSE.txt initial commit; see README 2025年01月08日 22:47:47 -05:00
Program.cs some silly willy changes 2025年01月26日 15:31:22 -05:00
README.md initial commit; see README 2025年01月08日 22:47:47 -05:00
TargetMachineKind.cs initial commit; see README 2025年01月08日 22:47:47 -05:00
TestRunner.cs collections seem to be in order (half life scientist voice) 2025年01月26日 21:27:45 -05:00
todo.txt todo: casts, alignment 2025年01月27日 23:42:00 -05:00

ck - The Official Food Compiler

Current State of the Project

The main thing going on around here is the development of the intermediate "compiler" that compiles down the AST into X Intermediate Language (XIL). The next task will be to add support for generating code for different platforms from this XIL.