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 |
|
|
const nbudgie = require("nbudgie");
const nbudgieParser = nbudgie.createParser();
// "comment line : Hello!"
nbudgieParser.parseLines([
`note: Hello!`
]);
See docs/Development.md.