{"id":19186812,"url":"https://github.com/donydchen/expreval","last_synced_at":"2025-04-20T05:32:21.626Z","repository":{"id":95783563,"uuid":"48179428","full_name":"donydchen/ExprEval","owner":"donydchen","description":"A calculator based on expression, using Eclipse Java.","archived":false,"fork":false,"pushed_at":"2015-12-20T09:37:11.000Z","size":1385,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-02T01:10:58.568Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/donydchen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-17T14:37:04.000Z","updated_at":"2023-03-15T19:21:17.795Z","dependencies_parsed_at":"2023-03-31T11:47:27.203Z","dependency_job_id":null,"html_url":"https://github.com/donydchen/ExprEval","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donydchen%2FExprEval","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donydchen%2FExprEval/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donydchen%2FExprEval/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donydchen%2FExprEval/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/donydchen","download_url":"https://codeload.github.com/donydchen/ExprEval/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223817671,"owners_count":17207947,"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-11-09T11:16:49.083Z","updated_at":"2024-11-09T11:16:49.684Z","avatar_url":"https://github.com/donydchen.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExprEval\n\n## 项目介绍\n本项目实现的是一个基于表达式的计算器，它包含加减乘除，关系运算，预定义函数等绝大部分基本运算操作。实现的基本原理就是先用词法分析器lexer对读入的表达式字符串划分为几个预定义的词法单元，然后使用parser对词法单元做语法分析并执行语义动作，最后得出结果或者抛出相应的异常。算法使用算符优先关系分析法。      \n项目代码包含详见的注释，doc文件夹下存放了使用javadoc生成的项目架构文档。       \n**项目具体介绍文档在`documents/design.docx`**        \n开发语言及工具： Java， Eclipse      \n\n## 项目截图\n![lexeruml图](documents/lexer.png)\n*lexer的UML图*\n\n![正常](documents/normal.png)\n*程序正常运行截图*\n\n![异常](documents/error.png)\n*抛出异常截图*\n\n**2015-12-20**\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonydchen%2Fexpreval","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdonydchen%2Fexpreval","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonydchen%2Fexpreval/lists"}