Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yhkaplan/writing_an_interpreter_in_go
Based on eponymous book
https://github.com/yhkaplan/writing_an_interpreter_in_go
Last synced: about 1 month ago
JSON representation
Based on eponymous book
- Host: GitHub
- URL: https://github.com/yhkaplan/writing_an_interpreter_in_go
- Owner: yhkaplan
- License: other
- Created: 2019-01-16T04:40:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-06T05:04:56.000Z (almost 6 years ago)
- Last Synced: 2024-11-06T05:42:19.553Z (3 months ago)
- Language: Go
- Size: 1.01 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Writing An Interpreter In Go
Thank you for purchasing "Writing An Interpreter In Go"!
In the `code` folder you'll find the final result of each chapter. The code
should be compilable and runnable if you set your $GOPATH to the top-level
folder for each chapter. Every chapter folder also contains an `.envrc` file. If
you have direnv (http://direnv.net/) installed then the $GOPATH should be
automatically set for you as soon as you `cd` into the directories.If you have any question, send me an email: [email protected]
Enjoy the book!
Thorsten
--
Copyright © 2016-2017 Thorsten Ball
All rights reserved.
"Writing An Interpreter In Go" is copyright Thorsten Ball.No part of this publication may be reproduced, stored in a retrieval system, or
transmitted, in any form, or by any means, electronic, mechanical, photocopying,
recording, or otherwise, without the prior consent of the publisher.EXCEPT: the contents `code` folder are licensed under the MIT license
(https://opensource.org/licenses/MIT). See the `LICENSE` file in the `code`
folder.