Skip to content

Simple scripts used as aliases for common invocations of the coconut compiler.

License

Notifications You must be signed in to change notification settings

eindiran/coconut-aliases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

coconut-aliases

This repo was created to store two very simple bash scripts I've found useful while using coconut. Leverage mypy everytime your code is compiled into python!

You can find the current coconut docs here. More info about the language can be found on their official site.

cocoa

The cocoa command compiles the input file to python3.5, with mypy enabled. It preserves the functionality of coconut-run by allowing the user to specify the --run flag, causing the produced python code to be run after compilation.

cocoa2

The cocoa2 command works in much the same way as the cocoa command, except for changing the target python from 3.5 to 2.7.

About

Simple scripts used as aliases for common invocations of the coconut compiler.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages