- Notifications
You must be signed in to change notification settings - Fork0
A natural language layer on top of Budgie. 🦜
License
NotificationsYou must be signed in to change notification settings
budgielang/NBudgie
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A natural language layer on top of Budgie.
General Language Syntax (Budgie) is a unified syntax that compiles into a number of OOP languages.NBudgie converts natural language to Budgie syntax, which can then be converted into real code.
NBudgie | Budgie |
---|---|
Comment that this is an awesome project | comment line : This is an awesome project |
Gimme a for loop for i from 0 to 10 pls | for numbers start : i number 0 10 |
|
|
constnbudgie=require("nbudgie");constnbudgieParser=nbudgie.createParser();// "comment line : Hello!"nbudgieParser.parseLines([`note: Hello!`]);