Description
Feature request
Please include the following information:
Is your feature request related to a problem? Please describe.
as programmer with intermediate skills, I am unable to make any headway into creating a toy language with Truffle as the documentation is simply not good enough. For someone new to the ecosystem, it is not clear how to even start - what tools to use for the lexing/parsing.
Describe the solution you'd like.
An in depth tutorial using the Simple language (or a real world small language like lua) would be great, where we can start from the very scratch and look at every stage of the language creation - including lexing/parsing - and all the way to running sample programs on the completed compiler.
Describe who do you think will benefit the most.
New users to Graal/Truffle.
Describe alternatives you've considered.
Not a lot of alternatives. There are only 2-3 tutorials on Truffle and they are all not very beginner friendly.