Skip to content

cx-language/cx-language.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cx-language.github.io

This repository hosts the website generated from the main repository's docs directory, as well as a server that runs an instance of the C* compiler for executing C* code on the website. The server is deployed to Heroku.

Contributing

To develop the website locally, edit the sources in the main repository's docs directory, and generate the website using the build-website.sh script. The CI deploys the changes to this repository when they're merged to master.

To run the server locally, first install its dependencies with npm install and then run npm start. You can supply the path to your local C* compiler executable as an argument to npm start.

To format the code, run npm run format.

License

cx-language.github.io is licensed under the MIT license, a permissive free software license. See the file LICENSE.txt for the full license text.

About

Website for the C* programming language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published