Skip to content

Releases: FloatingComet62/comrade

v0.1

29 Mar 10:53

Choose a tag to compare

v0.1 Pre-release
Pre-release

Stuff in the language:
Functions, Match Statements, Variables, Constants, Lists, If, Else if, Else, Statements, While loops, Structs, Standard Library (input and output only for now), Math, Accessing C directly

How to use:
Install the binary and save it somewhere.
Add it to your system path if you want to access the compiler across the system.

Comrade CLI ->
comrade test.cmr -t
Print the tokens

comrade test.cmr -a
Print the AST generated

comrade test.cmr -c
Print the c code generated

comrade test.cmr -clang
Use clang to compile instead of gcc

comrade report
To report a bug

comrade help
To print this message

To access the standard library, download it from the link below, unzip it and place it in the project directory