VOOZH about

URL: https://www.javacodegeeks.com/author/federico-tomassetti/page/5

⇱ Federico Tomassetti, Author at Java Code Geeks - Page 5 of 8


  • Software Development👁 Image
    Federico TomassettiNovember 14th, 2016
    0 108

    5 things I have learnt working as a Consultant Software Architect

    I have been working as a Software Engineer for several years, however I have been a full time consultant only…

    Read More »
  • Core Java👁 Image
    Federico TomassettiNovember 7th, 2016
    0 348

    Resolve method calls in Java code using the JavaSymbolSolver

    Why I created the java-symbol-solver? A few years ago I started using JavaParser and then I started contributing. After a…

    Read More »
  • Core Java👁 Image
    Federico TomassettiSeptember 23rd, 2016
    0 270

    Generating bytecode

    In this post we are going to see how to generate bytecode for our language. So far we have seen…

    Read More »
  • Scala👁 Image
    Federico TomassettiSeptember 22nd, 2016
    2 146

    How an engineer is supposed to survive accounting

    One of the “pleasures” of having your own business is dealing with accounting. Now, to survive I tried a few…

    Read More »
  • Software Development👁 Image
    Federico TomassettiSeptember 7th, 2016
    0 152

    Building a compiler for your own language: validation

    So you have parsed your code and built a clean AST for it. Now it is time to check if…

    Read More »
  • Software Development👁 Image
    Federico TomassettiAugust 24th, 2016
    0 539

    Building a compiler for your own language: from the parse tree to the Abstract Syntax Tree

    In this post we are going to see how process and transform the information obtained from the parser. The ANTLR…

    Read More »
  • Software Development👁 Image
    Federico TomassettiAugust 9th, 2016
    0 469

    How to create an editor with syntax highlighting for your language using ANTLR and Kotlin

    What we are going to build In this post we are going to see how to build a standalone editor…

    Read More »
  • Software Development👁 Image
    Federico TomassettiAugust 2nd, 2016
    0 337

    Building and testing a parser with ANTLR and Kotlin

    This post is part of a series on how to create a useful language and all the supporting tools. Building…

    Read More »
  • Core Java👁 Image
    Federico TomassettiJuly 11th, 2016
    2 482

    Getting started with ANTLR: building a simple expression language

    This post is the first one of a series. The goal of the series is to describe how to create a…

    Read More »
  • First
  • ...
  • «
  • 3
  • 4
  • 5
  • 6
  • 7
  • »
  • ...
  • Last
Back to top button
Close