https://github.com/parmaja/d-sard
SARD Script
https://github.com/parmaja/d-sard
d dlang formula math scanner script
Last synced: about 2 months ago
JSON representation
SARD Script
- Host: GitHub
- URL: https://github.com/parmaja/d-sard
- Owner: parmaja
- License: mit
- Created: 2014-10-31T15:30:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-07-05T15:24:05.000Z (over 6 years ago)
- Last Synced: 2025-03-31T12:57:27.580Z (10 months ago)
- Topics: d, dlang, formula, math, scanner, script
- Language: D
- Homepage:
- Size: 653 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
D Sard Script
=============
It is an object script language not a programming language, but you can use it as programming language.
But "A new language should bring something new to the table.", Until now it is just training to build language or teaching my self D language.
The idea behind it, it is not use any of reserved words it is kind of challenge, only signs (symbols), only objects there is no "void", "var", "let" "function" or "procedure" or even "if", "else" or "while".
But we can implement "if" or "while" internally by define it as internal object (not yet).
This project synchronized to D
https://github.com/parmaja/p-sard/
To continue read INTRODUCE.md
Required
--------
D v2.079+ http://dlang.org DMD2
Library
--------
https://github.com/parmaja/d-minilib
https://github.com/robik/ConsoleD/tree/master/source
or
https://github.com/adamdruppe/arsd/blob/master/terminal.d
License
=======
The SARD script is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)