{"id":19448786,"url":"https://github.com/suhanyujie/hello_parser_of_js","last_synced_at":"2025-10-07T11:08:34.558Z","repository":{"id":83545986,"uuid":"203769904","full_name":"suhanyujie/hello_parser_of_js","owner":"suhanyujie","description":"learn lexer/parser","archived":false,"fork":false,"pushed_at":"2019-08-27T10:13:09.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-25T09:17:56.946Z","etag":null,"topics":["lexer","parser"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/suhanyujie.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":"2019-08-22T10:20:03.000Z","updated_at":"2019-08-27T10:13:10.000Z","dependencies_parsed_at":"2023-07-07T17:45:26.140Z","dependency_job_id":null,"html_url":"https://github.com/suhanyujie/hello_parser_of_js","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/suhanyujie/hello_parser_of_js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suhanyujie%2Fhello_parser_of_js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suhanyujie%2Fhello_parser_of_js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suhanyujie%2Fhello_parser_of_js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suhanyujie%2Fhello_parser_of_js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/suhanyujie","download_url":"https://codeload.github.com/suhanyujie/hello_parser_of_js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suhanyujie%2Fhello_parser_of_js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278762930,"owners_count":26041447,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["lexer","parser"],"created_at":"2024-11-10T16:28:32.413Z","updated_at":"2025-10-07T11:08:34.537Z","avatar_url":"https://github.com/suhanyujie.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 解析器\n* 先按照[文档](https://hsiaosiyuan0.gitbook.io/icj)敲一遍，对整个解析过程：词法分析，语法分析，语义分析 有个大概的了解\n\n## requirements\n* node v12.9.0\n\n## dev\n* 项目根目录下 `node src/entry.js`\n\n## 其他\n### 运算符优先级\n* JavaScript 中，运算符 `**` 的优先级比 `*`、`/` 高，[参考这里](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Operator_Precedence)\n* 普通的 `+/-/*//` 是左结合性的，而 `**` 是右结合性的。\n\n## 参考资料\n* https://hsiaosiyuan0.gitbook.io/icj\n* nodejs 调试 https://www.cnblogs.com/knightreturn/p/6480637.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuhanyujie%2Fhello_parser_of_js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuhanyujie%2Fhello_parser_of_js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuhanyujie%2Fhello_parser_of_js/lists"}