An Indian DSL for Accounts & FinTech

Star on GitHub Watch on GitHub Fork on GitHub

eTamil is a domain-specific language (DSL) tailored for Indian accountants, auditors, and FinTech professionals. Designed to incorporate features specific to the Tamil language, it aims to promote coding literacy in the Tamil-speaking community by offering a programming syntax that resonates with the native language.

Purpose

The purpose of eTamil is to be an Indian DSL for Accountants, Auditors, and FinTech Professionals. The development is in its preliminary stage. The special features required to build eCommerce, accounting, auditing, insurance, finance, and banking solutions will be added progressively.

Features

Keywords

Getting Started

Prerequisites

Installation

  1. Clone the eTamil repository:
     git clone https://github.com/Maruff/eTamil.git
     cd eTamil
    
  2. Build the project using Cargo:
     cargo build
    
  3. Run the compiler:
     cargo run -- path/to/your/file.tml
    

Writing Your First eTamil Program

Create a file named example.tml and add the following code:

en a = 10
en b = 20
itu a + b
col uRY = "வணக்கம், உலகம்!"
itu uRY

Running Your Program

To run the program, use the following command:

cargo run -- example.tml

Language Specification

Keywords

Data Types

Operators

Code Structure

eTamil/
├── Cargo.toml
├── src/
│   ├── lexer.rs
│   ├── parser.rs
│   ├── ast.rs
│   ├── semantic_analyzer.rs
│   ├── code_generator.rs
│   └── main.rs
├── tests/
│   ├── lexer_tests.rs
│   ├── parser_tests.rs
│   ├── semantic_analyzer_tests.rs
│   └── code_generator_tests.rs

Contributing

We welcome contributions from the community for developing more features and documentation in Tamil! Here’s how you can contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes and commit them (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Create a new Pull Request.

Contact

For any questions or support, please contact:

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.


We hope you enjoy using eTamil! Your feedback and contributions are highly appreciated. Thank you