Skip to content

pamplemoussecache/p6_linker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

p6_linker

Currently, to make your perl6 program "executable", run the following:

make; ./linker <perl6_program>
gcc -O3 ./attempt2.c hello_world

To run the "executable":

./a.out <location_of_perl6>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published