{"id":22300727,"url":"https://github.com/paladin-t/xpl","last_synced_at":"2025-06-11T20:35:25.240Z","repository":{"id":24085530,"uuid":"27472524","full_name":"paladin-t/xpl","owner":"paladin-t","description":"X Programming Language in a single header file.","archived":false,"fork":false,"pushed_at":"2017-06-17T13:08:21.000Z","size":8,"stargazers_count":25,"open_issues_count":1,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2023-08-14T03:41:18.405Z","etag":null,"topics":["interpreter","programming-language","scripting-language"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paladin-t.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-03T06:14:47.000Z","updated_at":"2023-08-14T03:41:18.405Z","dependencies_parsed_at":"2022-07-07T20:31:21.892Z","dependency_job_id":null,"html_url":"https://github.com/paladin-t/xpl","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paladin-t%2Fxpl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paladin-t%2Fxpl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paladin-t%2Fxpl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paladin-t%2Fxpl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paladin-t","download_url":"https://codeload.github.com/paladin-t/xpl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227971922,"owners_count":17849421,"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":["interpreter","programming-language","scripting-language"],"created_at":"2024-12-03T18:13:46.026Z","updated_at":"2024-12-03T18:13:46.688Z","avatar_url":"https://github.com/paladin-t.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Introduction\n\nXPL is an easy to embed and extend scripting programming language. It's implemented in a single C header file within only several hundreds lines of code; and runs almost as fast as `strlen()`. It contains only a few high frequently used features like: `if-then-elseif-else-endif`, `yield`, scripting interface invoking etc. Registering the scripting interface is as easy as writing a common array. The design principle of XPL is doing 80% of work with 20% of core code, doing left work with few extended scripting interface. It's aimed to be a thin and light weight scripting solution.\n\nThere's no build dependency, no heap allocation; just a single pass parsing + running.\n\n## Syntax Tutorials\n\n~~~~~~~~~~bas\n'\n  This is a short tutorial on XPL syntax shows you some basic usage.\n  You could make your own dialects by extending it.\n  After all, this is a comment between single quotes.\n'\nif you_like_xpl then\n  try_use_xpl,\n  leave_a_feedback \"Your suggestions, my pleasure\"\nelseif you_do_not_like_xpl and you_have_some_time then\n  try_read_xpl,\n  leave_a_advice \"To make it better\"\nelse\n  leave_a_idea \"Anytime\"\nendif\n~~~~~~~~~~\n\n## License\n\nXPL is distributed under [DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE](http://sam.zoy.org/wtfpl/COPYING).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaladin-t%2Fxpl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaladin-t%2Fxpl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaladin-t%2Fxpl/lists"}