{"id":17268366,"url":"https://github.com/spotandjake/brisk","last_synced_at":"2025-07-11T13:33:59.135Z","repository":{"id":39826477,"uuid":"383680829","full_name":"spotandjake/Brisk","owner":"spotandjake","description":"The Brisk Programming Language","archived":false,"fork":false,"pushed_at":"2023-07-19T03:12:28.000Z","size":7020,"stargazers_count":22,"open_issues_count":13,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-21T08:24:35.672Z","etag":null,"topics":["compiler","hacktoberfest","imperative-programming-language","programming-language","typescript","wasm","webassembly"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/spotandjake.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2021-07-07T05:14:01.000Z","updated_at":"2024-12-03T11:43:58.000Z","dependencies_parsed_at":"2025-04-14T08:04:57.676Z","dependency_job_id":"6d90324a-9664-4a0b-9c0a-bcfd7b302f68","html_url":"https://github.com/spotandjake/Brisk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/spotandjake/Brisk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spotandjake%2FBrisk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spotandjake%2FBrisk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spotandjake%2FBrisk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spotandjake%2FBrisk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spotandjake","download_url":"https://codeload.github.com/spotandjake/Brisk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spotandjake%2FBrisk/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264821443,"owners_count":23669221,"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":["compiler","hacktoberfest","imperative-programming-language","programming-language","typescript","wasm","webassembly"],"created_at":"2024-10-15T08:13:10.394Z","updated_at":"2025-07-11T13:33:59.087Z","avatar_url":"https://github.com/spotandjake.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/spotandjake/Brisk\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/repo-size/spotandjake/Brisk?color=%2350E6FF\" alt=\"\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://choosealicense.com/licenses/apache-2.0//\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/spotandjake/Brisk?color=%2350E6FF\u0026style=flat-square\" alt=\"License: Apache 2.0\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/spotandjake/Brisk\"\u003e\n    \u003cimg alt=\"Brisk Version\" src=\"https://img.shields.io/github/package-json/v/spotandjake/Brisk?color=%2350E6FF\u0026style=flat-square\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# Description\n***\n\n`Brisk` is a language written with the sole purpose of educating myself on language and compiler design and to get familiar with [wasm](https://webassembly.org/).\n# Language Goals\n***\n\nAn easy to program language that compiles to [Web Assembly](https://webassembly.org/). the goal of Brisk is to allow users to write code easily while still being performant and powerful. Brisk syntax is similar to [Typescript](https://www.typescriptlang.org/) at its core while adding features such as advanced enums that make it far more powerful and robust.\n# Language Fundamentals\n***\n\nBrisk is a super basic easy to use, and easy to extend the language.\n\n# Getting started\n***\n\n```\ngit clone https://github.com/spotandjake/Brisk\ncd Brisk\nyarn install\nyarn build\n```\n# Yarn Instructions\n***\nCompiling a Brisk Program\n```\nyarn start \u003cfile\u003e\n```\nCompiling the Brisk compiler\n```\nyarn build\n```\nCompiling a Brisk Program without Recompiling the Compiler\n```\nyarn run \u003cfile\u003e\n```\nLint the Compiler\n```\nyarn lint\n```\nPackage the Compiler to an executable\n```\nyarn package\n```\n\n# Compiler Executable Command Line Instructions\n***\n\nGeneral Arguments\n```\nBrisk -v, Brisk --version: Output the current Brisk Compiler Version\nBrisk -h, Brisk --help: Output Help On using the Compiler\n```\nCompile A Program\n```\nBrisk \u003cfile\u003e\nBrisk compile \u003cfile\u003e\n```\nRun a wasm binary: soon to change\n```\nBrisk run \u003cfile\u003e\n```\n# Brisk Package Manager\n***\n\nNot Implemented Yet, Still to come\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspotandjake%2Fbrisk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspotandjake%2Fbrisk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspotandjake%2Fbrisk/lists"}