Giter Club home page Giter Club logo

f77's Introduction

This is a compiler for a large subset of Fortran 77, targeting a hypothetical CPU assembly language. The output is a file containing assembly code for the Fortran source code being compiled.

Right now, here's the progress:

  • Lexer
  • Parser
    • Expression parser
    • Statement parser
    • Program unit parser (for the main program, functions, subroutines)
      • program
      • function
      • subroutine
  • Type checking
  • Code generation
  • Optimization

There's probably a lot I could be doing better, like my handling of ownership of lexemes in Tokens. I'm probably going to write an interpreter, and use it to profile performance on computing Fibonacci numbers (or whatever), before I spend a lot of time worrying about performance and memory management.

Subset of FORTRAN 77

For the subset of FORTRAN 77 supported, this is discussed in the notes/ subdirectory documentation.

But...Why?

Why FORTRAN 77? Well, this is arguably some subset of fixed-form Fortran 90, but there are two reasons:

  1. It is suitably simple enough to parse and compile, which means the possibility of having a bug in the compiler is small (compared to complicated languages like, say, Julia).
  2. It's considered one of the top 10 algorithms of the 20th century according to Computing in Science and Engineering

References

f77's People

Contributors

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