summaryrefslogtreecommitdiff
path: root/lex
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Allow quoted strings and octal/unicode character literals in ocamllex actions...Pieter Goetschalckx2018-09-171-24/+75
* Remove space from end of FLEXLINK_ENVDavid Allsopp2018-09-071-1/+1
* Use $(addprefix ...) and spacing adjustmentsDavid Allsopp2018-09-071-10/+10
* Move FLEXLINK_ENV definition to Makefile.commonDavid Allsopp2018-09-071-8/+0
* Always use ROOTDIR in lex and ocamldoc MakefilesDavid Allsopp2018-09-071-8/+11
* Standardise setting and use of OCAML_FLEXLINKDavid Allsopp2018-09-071-3/+5
* remove unused ocamlyacc dependencies, never put it in boot/Gabriel Scherer2018-09-011-1/+1
* Deprecate Pervasives (#1605)Jérémie Dimino2018-08-272-6/+6
* Use reraise_raw_backtrace in Misc.try_finallyFrançois Bobot2018-07-251-1/+2
* Merge the asmrun and byterun directories into the runtime directorySébastien Hinderer2018-06-281-1/+1
* Merge pull request #1821 from gasche/makefiles-consistent-opt-targetsGabriel Scherer2018-06-241-0/+2
|\
| * makefiles: consistently offer *both* 'allopt' and 'opt.opt' targetsGabriel Scherer2018-06-071-0/+2
* | Whitespace and overlong line fixes.David Allsopp2018-06-141-6/+12
|/
* Remove the Makefile.nt filesSébastien Hinderer2018-05-251-16/+0
* ocamllex: Exact check for the absence of memory instructions. (#1713)Luc Maranget2018-04-111-5/+9
* Fix bug introduced in #1585. (#1598)Alain Frisch2018-02-221-5/+5
* Refactor.alainfrisch2018-01-301-9/+16
* Move inlining decision to its own function.alainfrisch2018-01-301-14/+17
* Avoid quoted strings, better indentation, limit scope of internal variables.alainfrisch2018-01-301-84/+89
* Emit indented code (patch from Frederic Bour)alainfrisch2018-01-301-91/+86
* Do not update lex_start_p/lex_curr_p when lex_curr_p == Lexing.dummy_pos.alainfrisch2018-01-261-5/+9