Perl 6 bindings for the Tiny C Compiler
License
cygx/p6-tinycc
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Perl 6 bindings for the Tiny C Compiler Copyright 2017 cygx <cygx@cpan.org> Distributed under the Boost Software License, Version 1.0 If libtcc cannot be found automatically, manually set the LIBTCC environment variable. It's recommended to do so just once at module installation time, eg LIBTCC=/usr/lib/libtcc.so zef install TinyCC Note that TinyCC only generates a shared library if you pass --disable-static to its configure script. Windows users that trust a binary TinyCC version compiled from the public 'mob' development branch[1][2] may use zef install TinyCC::Resources::Win64 to install a minimal TinyCC distro into their Rakudo prefix. Using that version should be as simple as perl6 -MTinyCC::Bundled example.p6 Documentation has yet to be written. For now, just take a look at some example code[3][4]. [1] http://repo.or.cz/tinycc.git/shortlog/refs/heads/mob [2] https://github.com/cygx/p6-tinycc-resources-win64 [3] https://github.com/cygx/p6-tinycc/blob/master/example.p6 [4] https://github.com/cygx/p6-tinycc/tree/master/t
About
Perl 6 bindings for the Tiny C Compiler
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published