{"id":19297340,"url":"https://github.com/LucasMW/Headache","last_synced_at":"2025-04-22T09:30:51.438Z","repository":{"id":46763692,"uuid":"93011882","full_name":"LucasMW/Headache","owner":"LucasMW","description":"Programming Language that compiles to 8 Bit Brainfuck","archived":false,"fork":false,"pushed_at":"2024-02-20T17:25:12.000Z","size":31011,"stargazers_count":82,"open_issues_count":4,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-03-26T16:02:56.124Z","etag":null,"topics":["ast","bf","brainfuck","c","compiler","esolang","esoteric","esoteric-language","esoteric-programming-language","headache","language","programming-language","translator","transpiler"],"latest_commit_sha":null,"homepage":"https://headache.surge.sh","language":"C","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/LucasMW.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}},"created_at":"2017-06-01T03:17:38.000Z","updated_at":"2024-02-25T21:54:59.000Z","dependencies_parsed_at":"2022-09-02T12:11:29.483Z","dependency_job_id":null,"html_url":"https://github.com/LucasMW/Headache","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasMW%2FHeadache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasMW%2FHeadache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasMW%2FHeadache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucasMW%2FHeadache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LucasMW","download_url":"https://codeload.github.com/LucasMW/Headache/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223893159,"owners_count":17220833,"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":["ast","bf","brainfuck","c","compiler","esolang","esoteric","esoteric-language","esoteric-programming-language","headache","language","programming-language","translator","transpiler"],"created_at":"2024-11-09T23:01:52.097Z","updated_at":"2024-11-09T23:02:07.420Z","avatar_url":"https://github.com/LucasMW.png","language":"C","funding_links":[],"categories":["Esolangs","C"],"sub_categories":[],"readme":"# Headache\n\u003e Headache is a programming language that compiles to 8-Bit Brainfuck.\n\n## Documentation\n\nFor documentation, please visit `Headache`'s wiki: https://github.com/LucasMW/Headache/wiki\n\n## Support Headache\n\nHelp Headache launch on Homebrew. This repository needs __50 stargazers__ to become a `brew` package.\n\n## Build\n\nYou may build the project by running `make`.\n\n## Install\n\nRun `make install` and the include `$HOME/.Headache/` in your `PATH` variable in order to enable `hac` and `bfi` in your shell.\n\n## Usage\n\n##### Compiling headache (.ha) files\nIn order to compile `headache` (.ha) files to `brainfuck`, run:\n\n```\n./hac file.ha\n```\n\nIt generates and executes a brainfuck file named `a.bf`.\n\n##### Options\n\n###### Lexical analyzer\nTo run a lexical analyzer, execute:\n```\n./hac -lex\n```\n\n##### Syntactical Analyzer\nTo run a syntactical analyzer, execute:\n```\n./hac -syntax\n```\n\n##### AST\nTo output the current program's AST, execute:\n```\n./hac -tree\n```\n\n##### Warning and errors checking\nTo check for errors and warnings without compiling, execute:\n```\n./hac -check\n```\n\n## Tests\n\nExecute `make test` to run the default tests.\n\n##### Other test options\n\nFor testing only type checks, run:\n```\nmake testchecks\n```\n\nFor testing only the lexical scope, run:\n```\nmake testlexical\n```\n\nFor testing only the syntax scope, run:\n```\nmake testsyntax\n```\n\nFor testing only programs that are compiled and run successfully, run:\n```\nmake testrunnable\n```\n\n### Donation Addresses:\n\nSupport Headache with cryptocurrency:\n\n  - `BTC`: 1NcdcAjkKj9ywiCfinwFi1W3QfsvFSFsAH\n  - `Doge`: D5wEBGcwLeBSQvwnBckco1EvQQcuXCBvRj\n  - `LTC`: Ldj6ax1CzdYFRbSiZjpCvcPoxQ2BvX42Kb\n  - `ZEC`: t1PsMPGuoZfD5YwAgmyd3j2cb8siysxR9fE\n  - `Dash`: Xt7qYtLiLx6mHR1fUeQVYiHgEbX7YNugM2\n  - `BCH`: 1NCYSnFb44ybHtzwG51cUYWLa67PZdsREG\n  - `XMR`: 4CTKuktQ8eQFriMu3xDALEawuu9iWQhFYffgffqgC3RHCWgcLGTG9oyNWgvLiAoDPpYUvsJmRkTAudGSXNqnRFsuT9LNU3Up81F2x3fzkj\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLucasMW%2FHeadache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLucasMW%2FHeadache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLucasMW%2FHeadache/lists"}