Skip to content

WIP transpiler for Cleva, a programming language that is designed to be used sorely for Competeive programming contests, transpiling to C

License

Notifications You must be signed in to change notification settings

Indithem/Cleva2C-transpiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cleva

Cleva

Just a child's dream of A programming language that is designed to be used sorely for Competeive programming contests. It gets transpiled to C, for now. For more information about the language, see the docs.

Getting started

This repository contains the source code for the transpiler of this language. To build the transpiler, you require the cargo package manager, which can be installed by following the instructions here.

To build the transpiler, run the following command:

cargo build --release

To directly use the transpiler without building it, you can use the following command:

cargo run --release -- <args>

where args are the arguments that you would pass to the transpiler.

Contributing

Please help me. Suggestions are always welcomed. I would love to review through any PR and include them as I see them fit.

About

WIP transpiler for Cleva, a programming language that is designed to be used sorely for Competeive programming contests, transpiling to C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages