interpreter-in-go/waiig_code_1.7/README.md
jmug 9aa807b9c2 Download and add the "code" folder.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
2025-01-01 15:44:44 -08:00

29 lines
1 KiB
Markdown

# 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: me@thorstenball.com
Enjoy the book!
Thorsten
--
Copyright © 2016-2020 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.