-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Normalize comments in langage parsers
Passage systematique des commentaires de type '/* comment */' a '// comment' dans les parser de langage, pour se conformer aux "coding guideline" du rojet (cf. https://github.com/KhiopsML/khiops/wiki/Coding-Guidelines#comments) Impacts: - JSONLex.lex et JSONYac.yac - KWCLex.lex et KWCYac.yac - il reste quelques rares lignes de style '/* comment */' dans les sections des fichiers .lex, la ou l'outil flex n'accepte que ce type de commentaires
- Loading branch information
1 parent
2567a23
commit fe67982
Showing
11 changed files
with
929 additions
and
931 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.