GitHub - tomekw/stcc: The Super Tiny Compiler in Ada · GitHub
/" data-turbo-transient="true" />
Skip to content
Search or jump to...
Search code, repositories, users, issues, pull requests...
-->
Search
Clear
Search syntax tips
Provide feedback
--><br>We read every piece of feedback, and take your input very seriously.
Include my email address so I can be contacted
Cancel
Submit feedback
Saved searches
Use saved searches to filter your results more quickly
-->
Name
Query
To see all available qualifiers, see our documentation.
Cancel
Create saved search
Sign in
/;ref_cta:Sign up;ref_loc:header logged out"}"<br>Sign up
Appearance settings
Resetting focus
You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
{{ message }}
tomekw
stcc
Public
Notifications<br>You must be signed in to change notification settings
Fork
Star
main
BranchesTags
Go to file
CodeOpen more actions menu
Folders and files<br>NameNameLast commit message<br>Last commit date<br>Latest commit
History<br>1 Commit<br>1 Commit
src
src
tests
tests
.als.json
.als.json
.gitattributes
.gitattributes
.gitignore
.gitignore
README.md
README.md
stcc.gpr
stcc.gpr
stcc_config.gpr
stcc_config.gpr
stcc_tests.gpr
stcc_tests.gpr
tada.toml
tada.toml
View all files
Repository files navigation
STCC
The Super Tiny Compiler, but in Ada.
Usage
From release:
$ ./stcc<br>Input:<br>(add 2 (subtract 4 2))
Output:<br>add(2, subtract(4, 2));
With Tada:
$ tada run<br>Input:<br>(add 2 (subtract 4 2))
Output:<br>add(2, subtract(4, 2));
Tests:
$ tada test
Disclaimer
This codebase is written by hand.
About
The Super Tiny Compiler in Ada
Resources
Readme
Uh oh!
There was an error while loading. Please reload this page.
Activity
Stars
stars
Watchers
watching
Forks
forks
Report repository
Releases
0.1.0
Latest
May 19, 2026
Packages
Uh oh!
There was an error while loading. Please reload this page.
Contributors
Uh oh!
There was an error while loading. Please reload this page.
Languages
Ada<br>100.0%
You can’t perform that action at this time.