{"id":21396843,"url":"https://github.com/posixpascal/precompiler","last_synced_at":"2025-03-16T14:43:11.129Z","repository":{"id":4613476,"uuid":"5757116","full_name":"posixpascal/Precompiler","owner":"posixpascal","description":null,"archived":false,"fork":false,"pushed_at":"2015-12-10T16:01:27.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-09T00:39:54.579Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/posixpascal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-09-10T22:58:53.000Z","updated_at":"2014-11-16T18:52:56.000Z","dependencies_parsed_at":"2022-09-13T19:30:39.923Z","dependency_job_id":null,"html_url":"https://github.com/posixpascal/Precompiler","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/posixpascal%2FPrecompiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posixpascal%2FPrecompiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posixpascal%2FPrecompiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posixpascal%2FPrecompiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/posixpascal","download_url":"https://codeload.github.com/posixpascal/Precompiler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243885888,"owners_count":20363644,"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":[],"created_at":"2024-11-22T14:29:34.889Z","updated_at":"2025-03-16T14:43:11.109Z","avatar_url":"https://github.com/posixpascal.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Precompiler\n===========\n\nBecause every german school uses stupid java in their programming courses I wrote this neat little Precompiler.\nGuess what, it's written in Java itself because I don't know any better. JK, I thought it would fit nice.\n\nThis thing isn't really a precompiler, well it is, but in fact I use such a stupid method to precompile it that it would blame every other precompiler out there...\n\nInstead of coding a simple tokenizer, I prefer the SPLIT/REGEX tokening... \n\nThis thing does:\n\nsimplify getter \u0026 setter methods by adding a new set of functions.\nYou can for example do this using my Precompiler:\n\n```\npublic class ExampleCode {\n\n\tprivate int myVar = 0;\n\tprivate String myName = \"Tom!\";\n\t\n\t@setter: myVar, myName;\n\t@getter: myVar;\n\t\n\tvoid main(String[] args){\n\t\tprint(\"Easy Printings!\");\n\t}\n\t\n}\n```\n\nThe @setter, @getter at-script creates setter/getter methods for every variable (you can also comma seperate variables if you want to).\n\nThat's it. hillarious right? But i'm tired of all these setter/getter methods. This is rly useless after someone told me eclipse(or any other IDE) would automatically generate them...\nSo I thought, hey, let's add an @import statement as well, which includes another file. it's like a partial for java source.\n\nREADME was added 4 years later. lol.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposixpascal%2Fprecompiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fposixpascal%2Fprecompiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposixpascal%2Fprecompiler/lists"}