summaryrefslogtreecommitdiff
path: root/lex
Commit message (Expand)AuthorAgeFilesLines
* ocamllex: Accept line directives ended with CR/LF. (#12146) (#12147)SeungCheol Jung2023-04-261-1/+1
* Revert "Use ocamlyacc's support for OCaml-style comments"Antonin Décimo2023-03-311-21/+21
* Use ocamlyacc's support for OCaml-style commentsDemi Marie Obenour2023-02-271-21/+21
* ocamllex: better support for union of character sets (#11166)Nicolás Ojeda Bär2022-09-271-1/+2
* Merge lex/Makefile into the root MakefileSébastien Hinderer2022-08-252-206/+0
* lex/Makefile: rename variables, make them more symmetricSébastien Hinderer2022-08-251-7/+8
* lex/Makefile: use same flags than in the root MakefileSébastien Hinderer2022-08-251-2/+2
* Pass the same flags to ocamlyacc consistentlySébastien Hinderer2022-08-251-2/+0
* Cleanup the build of lex/ocamllex (remove superfluous -strict-sequence flag)Sébastien Hinderer2022-08-251-1/+1
* Report warning 70 about missing interfaces as an errorSébastien Hinderer2022-06-301-1/+1
* Add a .mli file for ocamllex's main moduleSébastien Hinderer2022-06-302-2/+24
* Enable warning 70 about missing interfacesSébastien Hinderer2022-06-301-1/+1
* Followup on #11147Sébastien Hinderer2022-03-311-1/+1
* Build system: ocaml{doc,lex} should be compiled and linked with -gSébastien Hinderer2022-03-311-3/+3
* Factorize the definition of the standard library flagsSébastien Hinderer2022-03-311-3/+3
* Build system: also factorize the inclusion of directories when calling ocamldepSébastien Hinderer2022-03-221-2/+1
* Build system: factorize the definitions related to ocamldepSébastien Hinderer2022-03-221-7/+7
* Build system: normalize the invocations of ocamldepSébastien Hinderer2022-03-221-3/+4
* Remove uses of ;; from the codebaseSébastien Hinderer2022-02-255-16/+8
* Printexc.catch, Printf.kprintf, Unix.SO_ERROR: add deprecation warning (#10924)Nicolás Ojeda Bär2022-01-211-1/+1
* Add the distclean target to lex/MakefileSébastien Hinderer2022-01-181-0/+3
* Add {Int,Int32,Int64,NativeInt}.{min,max} (#10392)Alain Frisch2021-05-113-4/+4
* Build system: rename the CAMLRUN variable to OCAMLRUNSébastien Hinderer2021-04-271-1/+1
* Build system: replace suffix rules by pattern rulesSébastien Hinderer2021-04-271-6/+3
* Build system: provide a default value for OCAMLLEXSébastien Hinderer2021-04-141-1/+5
* added warning for missing mli interface fileAnukriti122021-03-311-1/+1
* Remove unused labelsLeo White2021-03-221-1/+8
* stop using single letter in warning settingsoctachron2021-03-151-1/+1
* Build system: deduplicate the rules used to generate the lexers and parsersSébastien Hinderer2021-03-021-8/+0
* {debugger,lex}/Makefile: make it possible to override lexer andparser generatorSébastien Hinderer2021-03-021-6/+8
* Build system: rename the OCAMLLEX_FLAGS to OCAMLLEXFLAGSSébastien Hinderer2021-03-021-1/+1
* Get rid of the YACCFLAGS build variableSébastien Hinderer2020-08-051-2/+1
* Add the $(EXE) suffix to all programs at build rather than install timeSébastien Hinderer2020-06-181-5/+9
* lex/Makefile: simplificationSébastien Hinderer2020-06-181-2/+2
* makefiles: move the inclusion of Makefile.build_config in Makefile.commonGabriel Scherer2020-05-061-1/+0
* Introduce Makefile.build_config.inDavid Allsopp2020-04-171-2/+2
* Ensure make distclean works on an unconfigured treeDavid Allsopp2019-10-151-1/+1
* Allow make to be invoked before configureDavid Allsopp2018-12-041-2/+2
* Quoted extensions in comments, ocamllex and ocamlyacc (#9166)Pieter Goetschalckx2020-02-031-6/+11
* Build system: make ocamllex silent by default (#8664)Sébastien Hinderer2019-05-071-1/+1
* Remove undefined and useless variable $(INCLUDES)Xavier Leroy2019-05-021-1/+1
* make clean: do not remove emacs backupsNicolás Ojeda Bär2019-04-101-1/+1
* Use boot/ocamlc.opt for building, if available.Stephen Dolan2019-03-201-3/+2
* Build system: use ocamlc -depend rather than ocamldepSébastien Hinderer2019-01-031-1/+1
* make alldepend (with new one-dep-per-file printing)Gabriel Scherer2018-12-121-32/+116
* Makefiles: restructure CAMLDEP usage to easily add flagsGabriel Scherer2018-12-121-2/+3
* Merge pull request #2049 from hhugo/lexer3Gabriel Scherer2018-09-171-3/+3
|\
| * report error inside semantic actionHugo Heuzard2018-09-171-1/+1
| * Sync ocamlex with the ocaml lexerHugo Heuzard2018-09-171-2/+2
* | Move config/Makefile to Makefile.configSébastien Hinderer2018-09-171-1/+1
|/