GithubHelp home page GithubHelp logo

bigmontz / crafting-interpreters Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 56 KB

Repository with study material used while read Crafting Interpreters

License: GNU General Public License v3.0

Makefile 3.24% Java 41.33% C 35.25% Elixir 20.19%

crafting-interpreters's Introduction

My challenges resolutions from Crafting Interpreters

Repository with study material used while read Crafting Interpreters

The challenges will be implemented in branches name with the format: ${chapter_number}.${challenge_number}-${brief_description}. Challenges part of the main flow be merged to the main branch using pull requests.

Folders and Structure

/java

The project with the Java implementation of the interpreter builded during the course. This is the least performant and more straightforward version of the interpreter.

Dependency

java: 8
maven: 3.6.3
gnu make: 3.81

Commands

  • make java-build builds the project
  • make java-run runs the project

/c

The project with the C implementation of the interpreter builded during the course. This is the more performant version of the interpreter.

Dependency

gcc: 4.2.1
gnu make: 3.81

Commands

  • make c-build builds the project
  • make c-run runs the project

/elixir

The project with the Elixir implementation of the interpreter builded during the course. This is equivalent version of the Java, but implemented in Elixir.

Dependency

elixir: 1.13.3 
mix: 1.13.3

Commands

The commands for this project are described at elixir/README.md

crafting-interpreters's People

Contributors

bigmontz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.