Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.