Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

petabyt/corescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

corescript

header The Corescript programming language, implemented in C99.

The Documentation
Try it Online

This is the official implementation. The code is very bad,
I wrote it when I hardly knew how to implement a parser and wasn't very proficient with C.

Compilation:

make

Usage

daniel@pc:~/Documents/CorescriptC$ ./corescript example/fib.core
0
1
1
2
3
5
8
13
21
34
55
89