TheoCIslandParser

Description

An island C parser for the refactoring of plugins of the pharo-vm

Details

Source
GitHub
Dialect
pharo (25% confidence)
Created
May 17, 2020
Updated
June 7, 2020

Categories

IDE / Dev Tools Serialization Concurrency

README excerpt

# TheoCIslandParser
An island C parser for the refactoring of plugins of the pharo-vm.
I have to unify both grammar and change the names of rules (i lost some AST nodes because of that).

Started from 
```smalltalk
Metacello new
    baseline: 'ParserTutorial';
    repository: 'github://Larcheveque/ParserTutorial';
    onWarningLog;
load.
```
← Back to results