Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.21 KB

File metadata and controls

52 lines (40 loc) · 1.21 KB

TTS-CC


The Compiler for Custom Languages By TTS Consulting LLC.

Overview

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.

Features

  • Loads and previews CPlus source files
  • Modular design for lexer, parser, and code generation (coming soon)
  • Command-line interface

Getting Started

Prerequisites

  • GCC or Clang (for building)
  • Make (optional, if using a Makefile)

Build Instructions

  1. Clone the repository:
    git clone https://github.com/TTSConsulting/TTS-CC.git
    cd TTS-CC\cplus-compiler
  2. Compile the compiler:
    make

Usage

Run the compiler with a source file:

tts-c+ <source.cplus>

Example

tts-cc examples/hello.cplus

Contributing

Contributions are welcome! Please open issues or submit pull requests.

License

This project is licensed under the MIT License.

Notes

  • 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.