Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/armael/ucalc
https://github.com/armael/ucalc
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/armael/ucalc
- Owner: Armael
- Created: 2012-05-28T20:32:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-28T20:33:15.000Z (over 12 years ago)
- Last Synced: 2024-11-12T18:12:08.569Z (2 months ago)
- Language: OCaml
- Size: 89.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Petite calculatrice basique utilisant la syntaxe Lisp.
Elle est destinée à être étendue par la suite (déclaration de variables, fonctions...).
Actuellement seules les quatres opérations de base sont gérées (+, -, *, /) en tant que fonctions n-aires.Pour compiler :
ocamlbuild -pp camlp4o calc.native