add homepage section to README

This commit is contained in:
Yuichi Nishiwaki 2013-10-20 03:20:41 +09:00
parent 9bb3c4f4db
commit 7b4921c5a9
1 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,6 @@
This product is developed at the second-grade course, Informatic Science Basic Experiment class at the University of Tokyo.
This product is developed at the second-grade course, Informatic Science
Basic Experiment class at the University of Tokyo.
# Picrin - a lightweight scheme interpreter
@ -12,6 +13,12 @@
- exact GC (simple mark and sweep strategy)
- advanced REPL support (multi-line input, etc)
## Homepage
Currently picrin is hosted on Github. You can freely send a bug report or pull-request, and fork the repository.
https://github.com/wasabiz/picrin
## How to use it
- build