Git Product home page Git Product logo

roadmap's Issues

編譯原理建議

个人觉得编译原理不要一开始就学理论, 最好先做一些简单的项目开始, 这样可以有直观的认识。市面上有不少实践书。我介绍两个开源比较好的项目:

Super Tiny Compiler: https://github.com/jamiebuilds/the-super-tiny-compiler

这是用js做的最简单的编译器, 麻雀虽小, 但五脏俱全, 几百行代码就完成了。

Crafting Interpreter: https://craftinginterpreters.com/

这本书就是利用java和c实现一款叫lox的动态语言, 通过实践, 可以了解基础的编译原理知识, 如有限状态自动机, AST, 利用访问者模式遍历AST等。这本书好像中文版翻译了几章。

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.