Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
macaon2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexis Nasr
macaon2
Merge requests
!7
Johannes
Code
Examiner les modifications
Extraire la branche
Télécharger
Correctifs
Diff brut
Merged
Johannes
johannes
into
master
Overview
0
Commits
6
Pipelines
0
Changes
1
Merged
Alexis Nasr
requested to merge
johannes
into
master
8 years ago
Overview
0
Commits
6
Pipelines
0
Changes
1
Expand
ajout des règles pour la tokénisation (parenthèses et guillemets)
0
0
Merge request reports
Viewing commit
363c1bde
Prev
Next
Show latest version
1 file
+
5
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
363c1bde
ajout de regles de tokenisation
· 363c1bde
Johannes Heinecke
authored
8 years ago
maca_tokenizer/src/fr_tok_rules.l
+
5
−
0
Options
@@ -22,8 +22,13 @@ extern int defait_amalgames;
[ ]*: printf("\n:");
[ ]*; printf("\n;");
[ ]*… printf("\n…");
[ ]*\) printf("\n)");
[ ]*» printf("\n»");
\( printf("(\n");
' printf("'\n");
’ printf("'\n");
\" printf("\"\n");
« printf("»\n");
-je printf("\n-je");
-tu printf("\n-tu");
-on printf("\n-on");
Loading