Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrk21/study_yaml
for studying YAML
https://github.com/mrk21/study_yaml
yaml
Last synced: about 1 month ago
JSON representation
for studying YAML
- Host: GitHub
- URL: https://github.com/mrk21/study_yaml
- Owner: mrk21
- License: mit
- Created: 2015-07-11T05:04:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-29T10:51:09.000Z (over 9 years ago)
- Last Synced: 2024-10-13T13:36:20.658Z (2 months ago)
- Topics: yaml
- Language: PHP
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# study_yaml
for studying YAML
## install dependencies
1. Run `./install.sh` command
## Java compile and execution
```bash
$ ./bin/javae path/to/source.java
```## See
**Java**
* [asomov / snakeyaml — Bitbucket](https://bitbucket.org/asomov/snakeyaml)
* [Documentation - snakeyaml - YAML parser and emitter for Java - Google Project Hosting](https://code.google.com/p/snakeyaml/wiki/Documentation)**PHP**
* [php-yaml: YAML-1.1 parser and emitter PECL package](http://bd808.com/pecl-file_formats-yaml/)
**Lua**
* [Lua beginner: Table dump to console - Stack Overflow](http://stackoverflow.com/questions/9168058/lua-beginner-table-dump-to-console)