Skip to content

DaggoggaD/ToluPL

Repository files navigation

logo

Tolu Programming Language

Tolu is an experimental language written in c#.

📔 Table of Contents

🌟 About the Project

🎯 Features

  • Custom built parser
  • Custom built lexer
  • Custom built interpreter
  • Simple C-like grammar
  • Easy feature implementation
  • Math functions supported (WIP)
  • Run embedded C# scripts (WIP)
  • OOP support (WIP)

🧭 Roadmap

  • Lexer
  • Parser
  • Interpreter (structure)
  • Completed statements: if, while, functions declarations, functions calls, out.
  • WIP statements: else, for, append, remove, find, return.
  • Variable types: int, long, float, double, string, list, bool.
  • Flow control operations
  • Custom language functions
  • Debugging

🤝 Contact

Andrea Dacco - wm.andrea.dacco@gmail.com

Project Link: https://github.com/DaggoggaD/ToluPL

Releases

No releases published

Packages

No packages published

Languages