The Compiler for Custom Languages By TTS Consulting LLC.
TTS-CC is a custom language compiler developed by TTS Consulting LLC. It is designed to read, process, and compile source files written in the CPlus language.
- Loads and previews CPlus source files
- Modular design for lexer, parser, and code generation (coming soon)
- Command-line interface
- GCC or Clang (for building)
- Make (optional, if using a Makefile)
- Clone the repository:
git clone https://github.com/TTSConsulting/TTS-CC.git cd TTS-CC\cplus-compiler - Compile the compiler:
make
Run the compiler with a source file:
tts-c+ <source.cplus>tts-cc examples/hello.cplusContributions are welcome! Please open issues or submit pull requests.
This project is licensed under the MIT License.
- This is a work in progress. More features and improvements will be added over time.
- This will be built in C+ IDE.
- The compiler currently supports basic syntax and constructs. More complex features will be added in future releases.