tuhinpal / bhailangfun

Another bhailang interpreter with Regex and JS

Home Page:https://tuhinpal.github.io/bhailangfun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bhailang Fun

So, @aniketsingh0104 and @ristri have made a toy programming language with Typescript. I tried to make an interpreter with Javascript under 25 lines (excluding comments).

Features

  • Like Markdown (HTML is also supported) you can also run js syntax in your bhailang.
  • Very lightweight.

How to use

  • Change main.bhai
  • You can import interpreter.js in your browser also

Credits

About

Another bhailang interpreter with Regex and JS

https://tuhinpal.github.io/bhailangfun


Languages

Language:JavaScript 60.9%Language:HTML 39.1%