diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-05-21 01:12:06 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-05-21 01:12:06 +0300 |
commit | 08d9b0a5da71576ae4a9bae31011081970fa4cef (patch) | |
tree | 62cfe8f14ce52af2d4b9a2ce49a8dae7e2abb507 /README.md | |
parent | README update (diff) | |
download | simple-interpreter-08d9b0a5da71576ae4a9bae31011081970fa4cef.tar.gz simple-interpreter-08d9b0a5da71576ae4a9bae31011081970fa4cef.zip |
README update
Diffstat (limited to '')
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -215,8 +215,12 @@ to `src/parser.py`. You can also pass the path to a script to `src/lexer.py` to examine the tokens the script gets separated into. -## Licensing +## License This project, including all of the files and their contents, is licensed under terms of the MIT License. -See LICENSE.txt for details. +See [LICENSE.txt] for details. + + + +[LICENSE.txt]: LICENSE.txt |