summaryrefslogtreecommitdiff
path: root/yacc/reader.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure ocamlyacc can handle 255 entry points (#9210)Andreas Abel2019-12-261-3/+3
* Windows Unicode handling for ocamlyaccDavid Allsopp2019-04-161-4/+4
* Convert line_format to a #defineDavid Allsopp2019-04-161-2/+0
* Octal character literals and apostrophes in ocamlyacc actions (#1932)Pieter Goetschalckx2019-09-061-0/+17
* Fixing typos in various files (#2246)Fourchaux2019-02-131-1/+1
* Fix build on MSVCDemi Obenour2017-05-171-1/+1
* Partial testcase and bug fixDemi Obenour2017-05-171-7/+21
* Fix parsing for a corner case in ocamlyaccDemi Obenour2017-05-171-2/+2
* Fix the parsing of comments by ocamlyaccDemi Obenour2017-05-171-40/+67
* Check for balanced parentheses and curly braces in ocamlyaccDemi Obenour2017-05-171-2/+30
* Fix parsing of raw stringsDemi Obenour2017-05-171-2/+71
* Refactor the ocamlyacc readerDemi Obenour2017-05-171-161/+95
* Delete some superfluous codeDemi Obenour2017-05-171-163/+0
* Make ocamlyacc and make_opcodes ignore \r on UnixDavid Allsopp2017-02-151-1/+6
* Update headers for the new license.Damien Doligez2016-02-181-11/+14
* fix an issue spotted by the Clang analyzer (assigned value never read)Gabriel Scherer2015-08-041-3/+1
* fix an issue spotted by the Clang analyzer (leak in yacc/reader.c)Gabriel Scherer2015-08-041-0/+1
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-271-1/+1
* merge changes from ocaml3111rc0 to ocaml3111Damien Doligez2009-07-201-3/+4
* PR#3802: detect polymorphic object and variant types in entry pointsJacques Garrigue2005-10-061-1/+6
* fusion des modifs de 3.08.4Damien Doligez2005-08-131-6/+8
* fusion des changements jusqu'a 3.08.3Damien Doligez2005-03-241-1/+5
* parser_env -> __caml_parser_envDamien Doligez2004-11-061-7/+9
* L'argument de isdigit, etc, doit etre unsigned (PR#2514)Xavier Leroy2004-06-121-7/+13
* directives #line pour lex et yaccDamien Doligez2004-04-211-0/+50
* pour que ca marche mieux avec -dtypesDamien Doligez2003-07-231-6/+7
* Rejeter les points d'entree ayant un type polymorphe (PR#1583)Xavier Leroy2003-07-171-0/+20
* PR#63Damien Doligez2002-11-051-1/+1
* changement des locations, deuxieme trancheDamien Doligez2002-11-021-5/+9
* detabisationDamien Doligez2001-07-121-751/+751
* fix bug #44Damien Doligez2000-03-031-4/+3
* bug de %type multiligneDamien Doligez2000-01-131-0/+1
* tabs -> spacesDamien Doligez1999-11-291-2/+2
* Changement de la licenceXavier Leroy1999-11-171-1/+2
* Emettre une declaration # lineno quand on copie le prelude du fichier .mly da...Xavier Leroy1998-11-051-0/+1
* Ajout contraintes de types sur points d'entree dans fichier .ml genereXavier Leroy1998-07-291-3/+3
* Utiliser le codage 0 pour le token EOFXavier Leroy1998-06-291-0/+2
* Generation de messages # linenoXavier Leroy1998-04-231-4/+8
* Corrige le probleme de '->' dans un type de token ou de production.Xavier Leroy1997-11-131-1/+1
* Sources C convertis en ANSI CXavier Leroy1997-09-021-46/+40
* Lier par "let" les $i dans les actions.Xavier Leroy1997-06-301-21/+20
* Meilleur traitement des constantes de caracteres '...'Xavier Leroy1996-09-241-2/+33
* "|" optionnel devant la première productionDamien Doligez1996-09-051-1/+9
* Renommage en Objective CamlXavier Leroy1996-04-301-2/+2
* Rendons a Cesar...Xavier Leroy1995-08-091-0/+2
* Ajout des notices de copyrightXavier Leroy1995-08-091-0/+13
* Nettoyages pour supprimer bien des warningsXavier Leroy1995-08-081-42/+42
* MAJ par-rapport a Caml Light 0.7Xavier Leroy1995-08-081-17/+10
* Modif des actions: elles prennent maintenant l'environnement deXavier Leroy1995-07-121-7/+8