Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

petabyt/corescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 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