{"id":15971280,"url":"https://github.com/fornever/tantalum","last_synced_at":"2025-10-28T12:17:59.406Z","repository":{"id":140632459,"uuid":"2543074","full_name":"ForNeVeR/Tantalum","owner":"ForNeVeR","description":"A simple algebraic computation system written in F#.","archived":false,"fork":false,"pushed_at":"2019-09-14T05:42:37.000Z","size":492,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-05T17:42:17.506Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"F#","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/ForNeVeR.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-10-09T15:25:55.000Z","updated_at":"2019-09-14T05:42:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"b2f68d98-b858-4bba-bb4d-d5f61c42106b","html_url":"https://github.com/ForNeVeR/Tantalum","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ForNeVeR/Tantalum","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ForNeVeR%2FTantalum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ForNeVeR%2FTantalum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ForNeVeR%2FTantalum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ForNeVeR%2FTantalum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ForNeVeR","download_url":"https://codeload.github.com/ForNeVeR/Tantalum/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ForNeVeR%2FTantalum/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261967132,"owners_count":23237663,"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-10-07T20:20:41.421Z","updated_at":"2025-10-28T12:17:59.332Z","avatar_url":"https://github.com/ForNeVeR.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿Tantalum\r\n========\r\n\r\nAbout\r\n-----\r\nTantalum is a simple algebraic computation system written in F#.\r\n\r\nStructure overview\r\n------------------\r\nTantalum project consists of two assemblies:\r\n\r\n### Tantalum\r\nThis is a library for possible use by external code. It contains main Tantalum\r\nmodules and types.\r\n\r\n### Voice\r\nContains the input module for string interpreting.\r\n\r\nUsage\r\n-----\r\nTry to compile Tantalum application and run its executable. It'll welcome you\r\nwith simple `\u003e ` prompt. Feel free to enter simple algebraic expressions there\r\nand you'll get the answers.\r\n\r\nFor example, consider such simple session:\r\n\r\n    \u003e 2+2*0\r\n    (2 + (2 * 0)) = (2 + 0) = 2b\r\n\r\nHere you can see the original form of expression `(2 + (2 * 0))`, its\r\nsimplified form `(2 + 0)` and the result `2b`.\r\n\r\nNote that `b` letter stands for so called \"binary\" representation of\r\ncalculation result, as opposed to its symbolic representation.\r\n\r\nLicense\r\n-------\r\nCopyright (c) 2011-2013 Friedrich von Never\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation\r\nfiles (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy,\r\nmodify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the\r\nSoftware is furnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the\r\nSoftware.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE\r\nWARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\r\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r\n\r\n3rd-party libraries\r\n-------------------\r\nTantalum uses following 3-rd party libraries:\r\n\r\n* FParsec by Stephan Tolksdorf [http://www.quanttec.com/fparsec/]\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffornever%2Ftantalum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffornever%2Ftantalum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffornever%2Ftantalum/lists"}