Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/biprasu/mrhee
https://github.com/biprasu/mrhee
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/biprasu/mrhee
- Owner: biprasu
- Created: 2014-05-15T23:48:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-12T06:45:45.000Z (about 5 years ago)
- Last Synced: 2024-04-09T02:59:48.000Z (7 months ago)
- Language: Python
- Homepage: http://rheebhasa.com/
- Size: 631 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-nepal - Rhee: Nepali programming language - A general purpose Nepali Programming Language using Nepali keywords. [Try Online](http://rhee.shresthasushil.com.np/rheeonline) (Uncategorized / Uncategorized)
README
mRhee
=====
Rhee is a general purpose Nepali Programming Language. mRhee is a better refined version of Rhee, an interpreter. mRhee includes a major enhancement in original grammar and it now emits python byte code. In that sense, mRhee is a compiler or may be trans-compiler.This is project submitted to IOE, Pulchowk Campus as Major thesis by Bikram Basnet, Pravesh Koirala and Sushil Shrestha.
#### Online Rhee Demo
The online version of Rhee is an interpreter instead of compiler. Interpreter for online version is written in Javascript.
[http://rhee.shresthasushil.com.np/](http://rhee.shresthasushil.com.np/rheeonline)#### Sample code
```Rhee
/* this is comment */
यदि क == २ भए // this is comment
क = १०.३२
क = १०.३२
अथवा क >= ३ र क == १० भए
"क तिन भन्दा बेसि छ तर १० छैन" लेख
अथवा
ख लेउ
"ख मा ", ख, " छ" लेख
दिय
```_______
###### यो मन त हाम्रो नेपाली हो....
________