Code Monkey home page Code Monkey logo

lox's Introduction

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

lox's People

Contributors

gyanigk avatar gyanig avatar

Watchers

 avatar

lox's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.