{"id":13782099,"url":"https://github.com/subarnop/Daisy","last_synced_at":"2025-05-11T15:32:10.780Z","repository":{"id":18937265,"uuid":"22156893","full_name":"subarnop/Daisy","owner":"subarnop","description":"Simple arithmetic and logical Interpreter.","archived":false,"fork":false,"pushed_at":"2014-08-18T22:08:20.000Z","size":416,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-17T17:42:53.043Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/subarnop.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":"2014-07-23T15:28:11.000Z","updated_at":"2016-09-22T15:06:26.000Z","dependencies_parsed_at":"2022-08-02T23:15:18.117Z","dependency_job_id":null,"html_url":"https://github.com/subarnop/Daisy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subarnop%2FDaisy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subarnop%2FDaisy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subarnop%2FDaisy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subarnop%2FDaisy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/subarnop","download_url":"https://codeload.github.com/subarnop/Daisy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253588644,"owners_count":21932292,"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-08-03T18:01:32.824Z","updated_at":"2025-05-11T15:32:10.442Z","avatar_url":"https://github.com/subarnop.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"Daisy - Simple Arithmetic and Logical Interpreter\n=================================================\n![alt text](https://github.com/Subarno/Daisy/blob/master/Screen_shots/File_Input.jpg \"Daisy\")\n--------------------------\nDaisy is a simple arithmetic and logical Interpreter. It is developed using the very simple methods of developing an Interpreter. It helps to solve simple arithmetic expressions and also implement logical conditions so as to implement very preliminary idea of programming \nDaisy started as a fun project and loved to be a open source in 2014.\nCurrent version of Daisy works on postfix method of solution into a stack data model.\n\nRequirements :white_check_mark:\n-------------------------------\n:pushpin: gcc version 4.x\n\n:pushpin: GNU Make \n\nCompilation :arrow_forward:\n---------------------------\nOnce you have setup the dependencies, download the source and compile:\n```\n$ cd ~/Downloads\n$ git clone https://github.com/Subarno/Daisy\n$ cd Daisy\n$ make\n$ ./daisy\n```\n\nInput using a script file:\n```\n$ ./daisy /path/to/script\n```\n\nKeywords :white_check_mark:\n---------------------------\n```\nadd   --\u003e Addition\nsub   --\u003e Subtraction \nmul   --\u003e Multiplication\ndiv   --\u003e Division\niff   --\u003e Logical operator\nmore  --\u003e Comparison Operator\nless  --\u003e Comparison Operator\nequal --\u003e Comparison Operator\nquit  --\u003e Quit or End Program\n```\n\u003e Happy To Code ... Happy To Live :octocat:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubarnop%2FDaisy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsubarnop%2FDaisy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubarnop%2FDaisy/lists"}