{"id":21431620,"url":"https://github.com/suve/awful","last_synced_at":"2026-01-02T17:57:35.523Z","repository":{"id":21690066,"uuid":"25011363","full_name":"suve/awful","owner":"suve","description":"Ugly script language","archived":false,"fork":false,"pushed_at":"2020-07-30T14:33:32.000Z","size":3557,"stargazers_count":6,"open_issues_count":8,"forks_count":0,"subscribers_count":2,"default_branch":"devel","last_synced_at":"2025-01-23T08:41:28.092Z","etag":null,"topics":["interpreted-programming-language","interpreter","scripting-language"],"latest_commit_sha":null,"homepage":"","language":"Pascal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/suve.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":"2014-10-09T22:34:41.000Z","updated_at":"2024-10-19T01:50:03.000Z","dependencies_parsed_at":"2022-08-05T13:31:16.356Z","dependency_job_id":null,"html_url":"https://github.com/suve/awful","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/suve%2Fawful","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suve%2Fawful/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suve%2Fawful/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suve%2Fawful/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/suve","download_url":"https://codeload.github.com/suve/awful/tar.gz/refs/heads/devel","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243941759,"owners_count":20372300,"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":["interpreted-programming-language","interpreter","scripting-language"],"created_at":"2024-11-22T23:10:44.141Z","updated_at":"2026-01-02T17:57:35.488Z","avatar_url":"https://github.com/suve.png","language":"Pascal","funding_links":[],"categories":[],"sub_categories":[],"readme":"awful\r\n---------------\r\nAn ugly, general purpose script language, with an interpreter written in Object Pascal.\r\nLicensed under zlib with acknowledgement (see LICENSE.txt).\r\n\r\n\r\n\r\nGute Gott, warum?\r\n---------------\r\nBecause I was bored and needed something to occupy my brain with.\r\nAlso, because it seemed a nice challenge, and because it eventually proved very fun.\r\n\r\nI tried to clean up the source somewhat before making the project open to see, \r\nbut since I didn't make it all in time, some parts of the code may be really hard to read\r\n(shoutout to the spaghetti-like parser). Well, hopefully all will get cleaned up with time.\r\n\r\n\r\n\r\nDocumentation\r\n---------------\r\nAll available documentation is currently hosted on my [homepage wiki](http://svgames.pl/wiki).\r\n\r\n\r\n\r\nBuilding\r\n---------------\r\nTo compile, you are going to need Free Pascal Compiler 2.6.2 or newer.\r\n_awful_ does not use any additional libraries and should successfully compile using just what's bundled with the compiler.\r\n\r\nTo build, just run make. I add `make clean` there because the code uses quite a lot of conditional compiling based on\r\nwhether making a normal/cgi release, and FPC does not really recognize a file needs to be recompiled because \r\nthe compile-time symbols have changed.\r\n```\r\ncd awful\r\nmake\r\nmake clean\r\nmake cgi\r\n```\r\n\r\n\r\nRunning\r\n---------------\r\nIf scriptname is ommitted (or -- is used), script file is read from stdin.\r\n```\r\nawful [-e errfile] [-o outfile] [-i infile] scriptfile [param] [...]\r\n\r\n-e (-E)   File to redirect stderr to. File is overwritten (appended to).\r\n-o (-O)   File to redirect stdout to. File is overwritten (appended to).\r\n-i        File to use instead of stdin.\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuve%2Fawful","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuve%2Fawful","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuve%2Fawful/lists"}