{"id":15489783,"url":"https://github.com/theonekevin/jcf","last_synced_at":"2025-03-28T16:26:21.121Z","repository":{"id":230790880,"uuid":"779788726","full_name":"TheOneKevin/jcf","owner":"TheOneKevin","description":"The j/CF compile framework is a framework for compiling Joos1W, a subset of Java 1.3 ☕. This started off as the term-long course project, but is now maintained with 💖 by me.","archived":false,"fork":false,"pushed_at":"2024-04-26T20:16:45.000Z","size":4379,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-26T21:27:24.153Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://student.cs.uwaterloo.ca/~k22dai/cs444","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheOneKevin.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":"2024-03-30T19:44:54.000Z","updated_at":"2024-04-26T21:27:29.340Z","dependencies_parsed_at":"2024-04-26T21:27:28.239Z","dependency_job_id":"c76929b8-b60d-4efc-986a-eeeab63391fc","html_url":"https://github.com/TheOneKevin/jcf","commit_stats":null,"previous_names":["theonekevin/cs444-compiler","theonekevin/jcf"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheOneKevin%2Fjcf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheOneKevin%2Fjcf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheOneKevin%2Fjcf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheOneKevin%2Fjcf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheOneKevin","download_url":"https://codeload.github.com/TheOneKevin/jcf/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246061361,"owners_count":20717422,"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-10-02T07:07:56.684Z","updated_at":"2025-03-28T16:26:21.102Z","avatar_url":"https://github.com/TheOneKevin.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"docs/assets/logo.svg\" width=\"100px\"\u003e\n\u003ch1\u003ejCF - j/Compiler Framework\u003c/h1\u003e\n\u003c/div\u003e\n\nCompiler project for the University of Waterloo CS444/644 compiler construction course.\nThe Joos1W language is based off the Java 1.3 language.\nSee here for a complete feature table of Joos:\n\n- https://student.cs.uwaterloo.ca/~cs444/joos/features/\n- [Java Language Specification (2nd Edition)](https://web.archive.org/web/20111225035254/http://java.sun.com:80/docs/books/jls/second_edition/html/jTOC.doc.html)\n\nOur project is written in C++ with Flex and Bison as our lexer and parser generators.\nTo build the project, simply run:\n\n```\nmkdir build\ncd build\ncmake .. \u0026\u0026 make\n```\n\nMake sure you are either using Clang 16 (preferred) or later or GCC 12 or later.\nThere is currently [a bug in older GCC compilers](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85282)\nthat would not compile this project. In addition, here is a summary of the dependencies:\n\n1. `CMake` \u003e= 3.21\n2. `Clang` \u003e= 17 for C++23 support\n3. `libstdc++-12-dev` or later (must have C++23 support)\n4. `flex` \u003e= 2.6.4 and `bison` \u003e= 3.8.2\n\nIn addition, if you wish to build the debug version, you will need:\n1. `xsltproc` (for debug builds)\n2. One of `libdw-dev`, `binutils-dev` or `libdwarf-dev` (for backward.cpp)\n\nOur project directory structure is:\n\n- `lib/`: Contains the core compiler libraries. Includes AST, parser grammar and other files.\n- `tests/`: Contains the unit test drivers and data files.\n- `tools/`: Contains the frontends -- these are the programs you actually can run.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheonekevin%2Fjcf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheonekevin%2Fjcf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheonekevin%2Fjcf/lists"}