Think In Geek | In geek we trust
Arm Assembler Raspberry PiGCC tinyPosts by Bernat RàfalesArchives
  • A tiny GCC front end – Part 6

    Jan 17, 2016 • Roger Ferrer Ibáñez • compilers, GCC • gcc, tiny

    In part 5 we described the objects that we will need to semantically analyze a tiny program. In current part we will extend the parser of part 4 to do the semantic analysis and create the GENERIC trees.

    Read on →

  • A tiny GCC front end – Part 5

    Jan 16, 2016 • Roger Ferrer Ibáñez • compilers, GCC • gcc, tiny

    In the last installment of this series we saw how to verify that the sequence of tokens of the input is syntactically valid. Today we will see what we need to give it meaning.

    Read on →

  • A tiny GCC front end – Part 4

    Jan 10, 2016 • Roger Ferrer Ibáñez • compilers, GCC • gcc, tiny

    Now that we have a stream of tokens we can start performing syntactic analysis.

    Read on →

  • A tiny GCC front end – Part 3

    Jan 8, 2016 • Roger Ferrer Ibáñez • compilers, GCC • gcc, tiny

    Now that the minimal infrastructure is already set, we can start with the implementation of our tiny front end. Today we will talk about the lexer.

    Read on →

  • A tiny GCC front end – Part 2

    Jan 6, 2016 • Roger Ferrer Ibáñez • compilers, GCC • gcc, tiny

    The previous installment of this series was all about the syntax and the semantics of the tiny language. In this chapter we will start implementing a front end for tiny in GCC. The journey will be long but rewarding. Let's get started.

    Read on →

« Older Newer »

Powered by Jekyll. Theme based on whiteglass
Subscribe via RSS