Thank you for purchasing "Writing A Compiler 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, spot an error, find a typo, please feel free to send me an email: [email protected]
Enjoy the book!
Thorsten
--
Copyright © 2018-2020 Thorsten Ball All rights reserved. "Writing A Compiler 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.