Giter VIP home page Giter VIP logo

potaka's Introduction

potaka's People

Contributors

anik-biswas avatar dhrubomoy avatar ikrum avatar nafisfaysal avatar osmangoninahid avatar rhasan33 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

potaka's Issues

Running codes with undefined variable / functions shows unicode hex instead of the letter itself in the output console in Firefox

This is related to the potaka.io page. Not sure if this is the right place to open this issue.
But if we run code like following in the code editor:

দেখাও(কখগঘ);

in the output console we get this error:

রেফারেন্স ইরর: \u0995\u0996\u0997\u0998 ডিফাইন করা হয় নি

It would be better if the letters themselves are in the output. Like this:

রেফারেন্স ইরর: "কখগঘ" ডিফাইন করা হয় নি

It will be helpful if the line numbers, where the errors were encountered, are included.

EDIT: I am using Firefox 48.0.2. This issue does not occur with Chrome.

english docs

please, add description on English language to everyone can understand the basics of the language.

Will the grammer ever be open sourced?

I was developing an open source bengali scripting language for fun, and was hoping to get some reference how to work with pegjs with bengali , and from internet I stumbled upon Potaka , its concept is cool but you have not yet open sourced the grammer.

I hope you will open source the grammer , @ikrum

Exception handling for infinite loop

লুপ( অসীম বার) {
দেখাও("ঘুরছে")
}

if this code is run the browser freezes and gives a prompt to stop the script

Store not generated PEG code, but description

with generated code are the more difficult to work than with description. With new version of PEG generated code would be more productive.

Of course, you need to distribute precompiled code;.

add package.json

It's easy way to lock your dependencies and then publish it on npmjs.com for easy distribution.

Discussion: 🚀Working updates

Hi 👋
I'm curious enough to start working as an open source contributor. 🖐️
No update from potaka for a long time. 😞
We should start once again to enrich our Bangla Programming Community with our beloved potaka ❤️

  • Is it possible to assign specific Maintainer from current contributors to make this project running?
  • And we'll get a ton of highly interested contributors to go ahead

Take love mates ❤️
- Shaon Kabir

Modulus division (%) return float but cant get only round number

দেখাও(১২৩.৪%১০ );
=>৩.৪০০০০০০০০০০০০০৫৭
দেখাও(১২.৩৪%১০ );
=>২.৩৪

But Need Result AS

দেখাও(১২৩.৪%১০ );
=>৩
দেখাও(১২.৩৪%১০ );
=>২

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.