Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STCC

The Super Tiny Compiler, but in Ada.

Usage

From release:

$ ./stcc
Input:
(add 2 (subtract 4 2))

Output:
add(2, subtract(4, 2));

With Tada:

$ tada run
Input:
(add 2 (subtract 4 2))

Output:
add(2, subtract(4, 2));

Tests:

$ tada test

Disclaimer

This codebase is written by hand.

About

The Super Tiny Compiler in Ada

Topics

Resources

Stars

26 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages