{"id":18598765,"url":"https://github.com/crazypython/gildedtrail","last_synced_at":"2025-06-30T20:31:30.440Z","repository":{"id":148713102,"uuid":"348797281","full_name":"CrazyPython/gildedtrail","owner":"CrazyPython","description":"A language for building simple web apps and domain-specific languages","archived":false,"fork":false,"pushed_at":"2021-03-30T23:32:48.000Z","size":28,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-17T23:49:01.503Z","etag":null,"topics":["domain-specific-language","dsl","guidedtrack","low-code","no-code","parser"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CrazyPython.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-17T17:34:10.000Z","updated_at":"2022-11-17T09:23:31.000Z","dependencies_parsed_at":"2023-04-10T15:32:57.257Z","dependency_job_id":null,"html_url":"https://github.com/CrazyPython/gildedtrail","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrazyPython%2Fgildedtrail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrazyPython%2Fgildedtrail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrazyPython%2Fgildedtrail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrazyPython%2Fgildedtrail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CrazyPython","download_url":"https://codeload.github.com/CrazyPython/gildedtrail/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254544158,"owners_count":22088808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["domain-specific-language","dsl","guidedtrack","low-code","no-code","parser"],"created_at":"2024-11-07T01:34:18.131Z","updated_at":"2025-05-16T14:12:41.289Z","avatar_url":"https://github.com/CrazyPython.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GildedTrail v0.0.3\nA metalanguage for defining configurations for building simple applications and a syntax parser for domain-specific languages\n\nA starting point for building an open-source GuidedTrack alernative.\n\nExample code:\n```\nTheme maker\n    *question: What color should the player's own color be?\n        *type: color\n    *question: Do you want to apply the theme now?\n        Apply the theme now\n            Let's go then\n        Save it under a name\n            *goto save_under_name\n```\n\nLexed and parsed:\n```json\n[\n  {\n    \"text\": \"Theme maker\",\n    \"children\": [\n      {\n        \"ident\": \"question\",\n        \"data\": \"What color should the player's own color be?\",\n        \"children\": [\n          {\n            \"ident\": \"type\",\n            \"data\": \"color\",\n            \"children\": []\n          }\n        ]\n      },\n      {\n        \"ident\": \"question\",\n        \"data\": \"Do you want to apply the theme now?\",\n        \"children\": [\n          {\n            \"text\": \"Apply the theme now\",\n            \"children\": [\n              {\n                \"text\": \"Let's go then\",\n                \"children\": []\n              }\n            ]\n          },\n          {\n            \"text\": \"Save it under a name\",\n            \"children\": [\n              {\n                \"ident\": \"goto\",\n                \"children\": []\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  },\n  {\n    \"text\": \"\",\n    \"children\": []\n  },\n  {\n    \"text\": \"\",\n    \"children\": []\n  }\n]\n```\n\nLexes and parses [GuidedTrack](https://www.guidedtrack.com/) syntax\n\n### Documentation\n`node instanceof Keyword` - check if a node is a keyword\n\n`node instanceof TextNode` - check if a node is a text node\n\n## License\nparser.js: LGPLv3 or any later version accepted by proxy Richard Stallman..\n\nsettings-dsl.js: AGPLv3 or any later version accepted by proxy Richard Stallman.\n\nIf you are building an open-source GuidedTrack alternative or reimplementation, I reccomend you license under AGPLv3 to protect user rights and prevent GuidedTrack from stealing your code. GuidedTrack generates its code on the server-side, so without the AGPLv3, they could use your software to make a proprietary version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrazypython%2Fgildedtrail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrazypython%2Fgildedtrail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrazypython%2Fgildedtrail/lists"}