{"id":16665250,"url":"https://github.com/bobkerns/physics-math-parser","last_synced_at":"2026-04-26T19:31:45.748Z","repository":{"id":148566489,"uuid":"287270383","full_name":"BobKerns/physics-math-parser","owner":"BobKerns","description":"Parser for the Spherical Cow project.","archived":false,"fork":false,"pushed_at":"2023-01-06T13:37:00.000Z","size":552,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-26T07:50:14.502Z","etag":null,"topics":["calculus","javascript","math","observablehq","physics","quaternions","vectors"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/BobKerns.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":"2020-08-13T12:13:03.000Z","updated_at":"2022-12-05T11:45:42.000Z","dependencies_parsed_at":"2023-05-20T13:46:33.600Z","dependency_job_id":null,"html_url":"https://github.com/BobKerns/physics-math-parser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BobKerns/physics-math-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BobKerns%2Fphysics-math-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BobKerns%2Fphysics-math-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BobKerns%2Fphysics-math-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BobKerns%2Fphysics-math-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BobKerns","download_url":"https://codeload.github.com/BobKerns/physics-math-parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BobKerns%2Fphysics-math-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32310804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T19:15:34.056Z","status":"ssl_error","status_checked_at":"2026-04-26T19:15:15.467Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["calculus","javascript","math","observablehq","physics","quaternions","vectors"],"created_at":"2024-10-12T11:06:23.615Z","updated_at":"2026-04-26T19:31:45.723Z","avatar_url":"https://github.com/BobKerns.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project physics-math-parser\nParser for math expressions. Part of the Newton's Spherical Cow physics project.\n\nTo make it load in [ObservableHQ](https://observablehq.com), we must first load the `antlr4ts` runtime like this:\n\n~~~js\nantlr4ts = {\n  const baseURL = `https://bundle.run/antlr4ts@0.5.0-alpha.3`;\n  const antlr4ts = await require(`${baseURL}`);\n  antlr4ts.atn = await require(`${baseURL}/atn/index.js`);\n  antlr4ts.misc = await require(`${baseURL}/misc/index.js`);\n  antlr4ts.tree = await require(`${baseURL}/tree/index.js`);\n  window.antlr4ts = antlr4ts;\n  return antlr4ts;\n}\n~~~\nand then explicitly reference to ensure it is loaded first, like this:\n~~~js\nM = antlr4ts \u0026\u0026 require(`http://localhost:5000/lib/umd/index.js}`)\n~~~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobkerns%2Fphysics-math-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbobkerns%2Fphysics-math-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobkerns%2Fphysics-math-parser/lists"}