add homepage section to README
This commit is contained in:
parent
9bb3c4f4db
commit
7b4921c5a9
|
@ -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
|
# Picrin - a lightweight scheme interpreter
|
||||||
|
|
||||||
|
@ -12,6 +13,12 @@
|
||||||
- exact GC (simple mark and sweep strategy)
|
- exact GC (simple mark and sweep strategy)
|
||||||
- advanced REPL support (multi-line input, etc)
|
- 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
|
## How to use it
|
||||||
|
|
||||||
- build
|
- build
|
||||||
|
|
Loading…
Reference in New Issue