8000 GitHub - ncoe/rosetta: Solutions to problems on Rosetta Code
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ncoe/rosetta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rosetta

Solutions to problems on Rosetta Code

Languages

Organized by IDE or text editor used.

Notes

  • Everything tends to be console based without additional dependencies.
  • LLVM can be done with
    • clang -S -emit-llvm foo.c to output *.ll files
    • clang -cc1 foo.c -emit-llvm equivalent to the first method
    • llc foo.ll to produce an assembly file *.s. Note that this seems to require a further installation then just clang.
    • clang foo.s or clang foo.ll to produce a runnable program
  • LLVM Language Reference

About

Solutions to problems on Rosetta Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0