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

    Sep 5, 2016 • Roger Ferrer Ibáñez • compilers, GCC

    Our tiny language features a few types: int, float, bool, string and arrays of those types. We can even declare new type names based on other types but it still missing a record type. Today we will address this.

    Read on →

  • A tiny GCC front end – Part 10

    Sep 4, 2016 • Roger Ferrer Ibáñez • compilers, GCC

    Today we will add a relatively simple feature that will be very useful for a future extension: type declarations.

    Read on →

  • A tiny GCC front end – Part 9

    Jan 31, 2016 • Roger Ferrer Ibáñez • compilers, GCC

    Today we will do something relatively easy: let's add a way to declare boolean variables and express boolean literals.

    Read on →

  • A tiny GCC front end – Part 8

    Jan 30, 2016 • Roger Ferrer Ibáñez • compilers, GCC

    Now that we have the basic language set implemented we can consider adding new features to it. Today we will add arrays.

    Read on →

  • A tiny GCC front end – Part 7

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

    In this part we will complete the missing statements from part 6 and finish our front end.

    Read on →

« Older Newer »

Powered by Jekyll. Theme based on whiteglass
Subscribe via RSS