Skip to content

gyanigk/Lox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forks Stargazers Issues


Explore the docs »

· Report Bug

LOX : Interpreter with Indian Text support

Building an Interpreter using Java to support Hindi language.

  • Add support for Indian Language words as Syntax
  • improve on basic Interpreter design
  • maybe build a text editor to support syntax and debugging (next)
  • Build from cmake also

This project started as a learning from craftinginterpreter. Later, I started implementing my own ideas about adding Indian language text support.

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

Getting Started

This is version of Lox ( will be renamed to be 'parz' ) support writing statement adn check if has proper control flow. There is a lot of the interpreter missing like the writing the control flow, allow functions, classes and inheritance.

  • Scanning
  • Parsing
  • Static and Dynamic Typing
  • Control Flow
  • Hindi Langauge support
  • Function
  • Classes
  • Debugging
  • Inheritance
  • Compiling
  • Hash Table
  • Garbage Collection
  • Superclasses
  • Optimization

Prerequisites

To run this version, you need to build it. To build it, download a Java Based IDE.

  • IntelliJ IDEA
  • Latest JDK version
  • build environment for Java

If you want to know more - checkout * NOTES.md

Installing

mkdir Lox
cd Lox
git clone https://github.com/Gyanig/Lox
  • Open IntelliJ IDE
  • Open folder from your pwd
  • Build
  • Run
print "one";
print true;
print 2 + 1;

Roadmap

See the *open issues for a list of proposed features (and known issues).

And coding style tests

Example codes to test

(0 / 0) == (0 / 0)
//direct statements
var a;
print a;

var a = 1;
var b = 2;
print a + b;

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

  • Gyanig Kumar - Initial work - Developer See also the list of contributors who participated in this project.
  • Currently none

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Interpreter to complete

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published