Giter Club home page Giter Club logo

doolang's Introduction


Logo

DOOLANG v0.0.1

LOGO,TURTLE like interpreter , built on top of java for learning and practical implementation of mechanism of a interpreter.
Explore the repo »

. Report Bug

Current Version

Version code - v0.0.1 Work under progress

Table of Contents

Updates

Started on 8th Nov,2020. Latest Log 20 nov, 2020;

Things to add :

  1. Mini error suggestor(Partially done)
  2. Work on parser

Things added :

1.Simple doo lexer ,for tokenizing source code.

Sample Doo Source code:

frd:70; //Move doo forward 70 units , making 0 degree angle with Y-axis(normal on x axis)(Default direction)
bkd:20; //Move backwards, towards -y axis ,0 degree with Y axis
rt:90; //turn right, making 90 degree agle wrt y-axis , rt:-90; or rt:270 == lt:90;
frd:50;
lt; //turn left , making 90 degree angle wrt x-axis(default angle values resp. to direction)

Output: Taking 1 '|' = 10 UNIT AND '--' = 10 UNIT

|>-----------^
|
|
|
|

Built With

References

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.