From 916bc113be4615774047c9a3c2f164126c4d1219 Mon Sep 17 00:00:00 2001 From: CyrilFerlicot Date: Thu, 19 Feb 2026 17:18:59 +0100 Subject: [PATCH] Propose TreeSitter talk --- 2026-Conference/talks/2026-TreeSitter-Moose | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 2026-Conference/talks/2026-TreeSitter-Moose diff --git a/2026-Conference/talks/2026-TreeSitter-Moose b/2026-Conference/talks/2026-TreeSitter-Moose new file mode 100644 index 00000000..637d2eb3 --- /dev/null +++ b/2026-Conference/talks/2026-TreeSitter-Moose @@ -0,0 +1,15 @@ +! Moose:: Simplifying the development of importers based on TreeSitter + +Cyril Ferlicot-Delbecque + +""Abstract:"" +Moose is a software analysis platform. In order to analyse a project we need to import it as a Moose model which is not an easy task. + +TreeSitter is a parsing stack developed by Github. + +This presentation will show how we are using this project to simplify the creation of Famix and FAST importer for Moose. + +""Bio:"" +Cyril Ferlicot-Delbecque is a research and development engineer working in the Inria Evref team. +He works since 2015 on divers project around Pharo, on Pharo itself and on Moose and its echosystem. +He's currently working on software analysis to analyse Python notebooks.