https://github.com/erhant/pseudomath
My B.Sc. senior project.
https://github.com/erhant/pseudomath
bison-flex general-recursive-functions
Last synced: 11 days ago
JSON representation
My B.Sc. senior project.
- Host: GitHub
- URL: https://github.com/erhant/pseudomath
- Owner: erhant
- Created: 2019-03-20T10:02:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-04T07:59:12.000Z (about 4 years ago)
- Last Synced: 2025-03-02T19:49:24.331Z (over 1 year ago)
- Topics: bison-flex, general-recursive-functions
- Language: JavaScript
- Homepage:
- Size: 421 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pseudomath
My B.Sc. senior project. I have created a small toy-language, and pseudomath takes source code in that language as input. The output is a set of mathematical expressions, such that the functional behavior is the same as that program. For example:
See [Inputs](./Inputs) and [Outputs](./Outputs) folders for examples.