Category Archives: Python

[Project] Analyse d’une Grammaire LL(1)

Une grammaire LL(1) permet d’effectuer une analyse descendante déterministe en considérant uniquement le symbole courant de la phrase à analyser.

Continue reading

[Project] Analyseur Lexical

Un simple Analyseur Lexical en Python pour le module de Compilation, basé sur les expressions régulieur.

Continue reading

[Project] Hangman Puzzle

Is your vocabulary big enough to save the poor stick man ? Play Hangman and find out !

Continue reading

[Python] Enumerate a string to substrings

Today I’d like to show you a quick hint that might be obvious, but it took useful, it’s about the enumeration of string to substrings.

Continue reading

[Project] Cheater Press

CheaterPress (LetterPress Cheat) is dedicated to the new word game LetterPress. Enter all 25 letters from the 5 by 5 game board and you’ll get a list of all the words that you can spell.

Continue reading