Skip to content
#

Parsing

A grammar describes the syntax of a programming language, and might be defined in Backus-Naur form (BNF). A lexer performs lexical analysis, turning text into tokens. A parser takes tokens and builds a data structure like an abstract syntax tree (AST). The parser is concerned with context: does the sequence of tokens fit the grammar? A compiler is a combined lexer and parser, built for a specific grammar.

Here are 210 public repositories matching this topic...

eo-yaml
0pdd
0pdd commented May 15, 2020

The puzzle 336-cdc69ab7 from #336 has to be resolved:

https://github.com/decorators-squad/eo-yaml/blob/eb548f336de37d722b3b1b3e8879f8a2b8ad9974/src/test/java/com/amihaiemil/eoyaml/spec/SpecExamplesITCase.java#L45-L49

The puzzle was created by @ANadrowski on 15-May-20.

Estimate: 30 minutes, role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task