{"id":22632302,"url":"https://github.com/budgielang/nbudgie","last_synced_at":"2026-04-14T19:32:32.648Z","repository":{"id":57310887,"uuid":"97344845","full_name":"budgielang/NBudgie","owner":"budgielang","description":"A natural language layer on top of Budgie. 🦜","archived":false,"fork":false,"pushed_at":"2020-06-03T07:40:33.000Z","size":2621,"stargazers_count":2,"open_issues_count":15,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-09T06:51:39.638Z","etag":null,"topics":["csharp","general-language-syntax","java","javascript","language","metalanguage","oop","python","ruby","syntax","typescript"],"latest_commit_sha":null,"homepage":"https://bit.ly/ngls-demo","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/budgielang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-15T22:06:47.000Z","updated_at":"2024-05-17T16:46:20.000Z","dependencies_parsed_at":"2022-09-05T14:11:55.242Z","dependency_job_id":null,"html_url":"https://github.com/budgielang/NBudgie","commit_stats":null,"previous_names":["highschoolhacking/ngls"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/budgielang/NBudgie","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/budgielang%2FNBudgie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/budgielang%2FNBudgie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/budgielang%2FNBudgie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/budgielang%2FNBudgie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/budgielang","download_url":"https://codeload.github.com/budgielang/NBudgie/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/budgielang%2FNBudgie/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31812968,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","general-language-syntax","java","javascript","language","metalanguage","oop","python","ruby","syntax","typescript"],"created_at":"2024-12-09T02:17:02.854Z","updated_at":"2026-04-14T19:32:32.626Z","avatar_url":"https://github.com/budgielang.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NBudgie - Natural Budgie 🦜\n\n[![Greenkeeper badge](https://badges.greenkeeper.io/budgielang/NBudgie.svg)](https://greenkeeper.io/)\n[![Build Status](https://travis-ci.org/budgielang/NBudgie.svg?)](https://travis-ci.org/budgielang/NBudgie)\n[![NPM version](https://badge.fury.io/js/nbudgie.svg)](http://badge.fury.io/js/nbudgie)\n\nA natural language layer on top of Budgie.\n\n[General Language Syntax (Budgie)](https://github.com/budgielang/budgie) is a unified syntax that compiles into a number of OOP languages.\nNBudgie converts natural language to Budgie syntax, which can then be converted into real code.\n\n\u003ctable\u003e\n    \u003cthead\u003e\n        \u003cth\u003eNBudgie\u003c/th\u003e\n        \u003cth\u003eBudgie\u003c/th\u003e\n    \u003c/thead\u003e\n    \u003ctbody\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e\u003ccode\u003eComment that this is an awesome project\u003c/code\u003e\u003c/td\u003e\n            \u003ctd\u003e\u003ccode\u003ecomment line : This is an awesome project\u003c/code\u003e\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e\u003ccode\u003eGimme a for loop for i from 0 to 10 pls\u003c/code\u003e\u003c/td\u003e\n            \u003ctd\u003e\u003ccode\u003efor numbers start : i number 0 10\u003c/code\u003e\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e\n                \u003ccode\u003e\u003cpre\u003eLet's start off with a joyous class named Painting\nFirst we'll give it a happy little private string named trees\nThen we add to that with a fun private member name, also of type int\nYou know what, I think that's all we need. Let's end the class.\u003c/pre\u003e\u003c/code\u003e\n            \u003c/td\u003e\n            \u003ctd\u003e\n                \u003ccode\u003e\u003cpre\u003eclass start : Painting\nmember variable declare : private trees string\nmember variable declare : private name string\nclass end\u003c/pre\u003e\u003c/code\u003e\n            \u003c/td\u003e\n        \u003c/tr\u003e\n    \u003c/tbody\u003e\n\u003c/table\u003e\n\n\n## Usage\n\n```javascript\nconst nbudgie = require(\"nbudgie\");\n\nconst nbudgieParser = nbudgie.createParser();\n\n// \"comment line : Hello!\"\nnbudgieParser.parseLines([\n    `note: Hello!`\n]);\n```\n\n## Development\n\nSee [docs/Development.md](./docs/Development.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbudgielang%2Fnbudgie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbudgielang%2Fnbudgie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbudgielang%2Fnbudgie/lists"}