C0
C0 for Sublime 2/3 that includes syntax highlighting & simple build system
Details
Installs
- Total 5K
- Win 3K
- Mac 1K
- Linux 1K
Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
SublimeC0
C0 for Sublime Text 2/3 that includes syntax highlighting & simple build system
C0 is a type safe imperative language created by Frank Pfenning and is being used for the course 15-122 at Carnegie Mellon University.
Included in version 1.1
- Syntax Highlighting (You should be able to open files with extensions “.c0” & “.h0” and get a pleasant syntax highlighting)
- Simple Build System, runs currently on Linux. Pressing
Ctrl+B
will compile your file without including any option and will create an executable with the name of the file appened with_test
Features we are working on
- More syntax highlighting (I am compiling a list of syntax highlighted objects)
- Build System that works on Mac & Windows that allows the user to include libraries & options/flags
Installation
There are 2 ways to install the C0 package. The 2 ways are:
Using Package Control:
Make sure you have Sublime Text 2/3 installed and follow the steps below:
- Install Package Control, follow instructions here
- Press on Tools > Command Palette and search for Install Package then press Enter
- Search for C0, you should find the package, then click Enter to install
You have installed the package, enjoy!
Clone the SublimeC0 Repository:
This way would require more work than using the Package Control but will be convenient for getting the latest updates. In this way, you need to clone the SublimeC0 repo to your “Sublime Packages” directly. This would allow you to get the latest updates when you just call git pull
If you ever find issues with this package, please make sure to raise an issue on github. I would do as much I could to make sure this package is of high standards
LICENSE
This project is licensed under MIT's License, please look at the LICENSE file.