https://github.com/jwerle/barry
Light weight scripting language
https://github.com/jwerle/barry
Last synced: about 1 year ago
JSON representation
Light weight scripting language
- Host: GitHub
- URL: https://github.com/jwerle/barry
- Owner: jwerle
- License: mit
- Created: 2014-12-08T22:56:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-12T20:55:55.000Z (over 11 years ago)
- Last Synced: 2025-03-29T19:11:09.264Z (about 1 year ago)
- Language: C
- Size: 178 KB
- Stars: 12
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
barry
=====
Light weight scripting language experiment
## why ?
for funs to see what I can do
## status
WIP - and probably forever
## build
```sh
$ make
```
## install
clibs:
```sh
$ clib install jwerle/barry
```
source:
```sh
$ make install
```
## usage
**program.br:**
```ruby
name = "Joseph Werle"
def greet
print("Hello", name, "!")
end
greet()
```
## license
MIT