Coder Social home page Coder Social logo

e8vm's Introduction

BuildStatus

E8VM

Goal: A book written in working code and markdown document that describes how computer system works, including architecture, assemblers, compilers, and operating systems.

Read it here.

Planned Features:

  • Modularized. File based modules. No circular dependency (not only on packages, but also on files). A reader can always read the project a file by a file, either from bottom to top, or from top to bottom.
  • Small files. Each file is shorter than 300 lines of code.
  • Tested and Documented. Each file (will) come with test cases, examples, and markdown description.
  • Real. The simulation (will) work like a real computer.

TODOs

  • Global VarDecl
  • Type conversion
  • Basic built-in panic
  • Pointer
  • Array and slice
  • String
  • Struct
  • Fields and methods
  • Interface
  • Big number constants
  • Unused variable check
  • Unreachable code check
  • Missing return check
  • Break, continue with labels

Small things:

  • VarDecl ast printing

And more...

  • Improve code reading website
  • Complete consts in asm8
  • Clean up the symbol linking in asm8 a little bit
  • Package building system that tracks timestamps
  • Online filesystem and online editing
  • Code formatter

e8vm's People

Contributors

h8liu 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.