Skip to content

AzkZzz04/TinyCat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyCat

TinyCat is an AI-assisted toy compiler written in Go. It combines a deterministic compiler pipeline with a small PyTorch GPT-style model trained on TinyCat programs. The guiding principle is: GPT proposes, compiler verifies.

Current Milestone

Milestone 1: project setup.

This version only creates the Go module, project folders, example files, and a basic CLI shape. The language is not implemented yet.

Commands

go run ./cmd/tinycat check examples/hello.cat
go run ./cmd/tinycat run examples/hello.cat

Expected output for now:

check: compiler not implemented yet
run: interpreter not implemented yet

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages