summary refs log tree commit diff stats
path: root/compiler/lexer.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes yet another strictdefs bug (#23069)ringabout2023-12-151-2/+1
* lexer cleanups (#23037)Jacek Sieka2023-12-061-60/+13
* prepare for the enforcement of `std` prefix (#22873)ringabout2023-10-291-2/+4
* use strictdefs for compiler (#22365)ringabout2023-08-061-7/+11
* Remove LineTooLong (#21819)Juan Carlos2023-05-111-5/+0
* some Token refactors (#21762)metagn2023-05-061-19/+15
* Implemented basic macro expand functionality (#20579)Ivan Yonchovski2023-01-271-0/+6
* fixes ptr to cstring warnings[backport] (#20848)ringabout2022-11-161-2/+2
* refactor strongSpaceB with an enum (#20809)ringabout2022-11-101-17/+20
* fixes #15688; handle `strongSpace` overflow issues (#20724)ringabout2022-11-031-7/+9
* Unicode Operators are no longer experimental (#20444)ringabout2022-09-281-5/+5
* moderate system cleanup & refactor (#20355)metagn2022-09-281-2/+2
* use arrow precedence in spec (#20166)metagn2022-09-061-1/+1
* move formatfloat out of system (#20195)ringabout2022-08-241-1/+1
* move assertions out of system (#19599)flywind2022-03-231-0/+3
* fix wrong name (rnimsyn => renderer; pnimsyn => parser; scanner => lexer) (#1...flywind2021-09-251-2/+2
* unicode operator bugfixes (#18802)Andreas Rumpf2021-09-041-46/+60
* implemented Unicode operators (#18789)Andreas Rumpf2021-09-031-6/+74
* [minor]remove unnecessary stringify (#18419)flywind2021-07-021-4/+4
* refs #15667 improve invalid indentation errors, report when & where `=` could...Timothee Cour2021-04-101-0/+1
* docgen: render pragmas by default except for a select list (and fix #9074) (#...Timothee Cour2021-04-011-1/+1
* followup custom literals (#17500)Timothee Cour2021-03-271-14/+11
* custom integer literals bugfixes (#17499)Andreas Rumpf2021-03-241-4/+5
* custom integer literals (#17489)Andreas Rumpf2021-03-241-178/+170
* make unary minus part of number literals, refs #17020 (#17488)Andreas Rumpf2021-03-241-32/+55
* conservative approach to fix #15184 (#16723)Andrey Makarov2021-01-151-10/+19
* Fix typo in lexer.nim (#15876)sherbst2020-11-071-1/+1
* Use modern enums in compiler (#15775)cooldome2020-11-021-63/+40
* Fix commentOffsetA for doc comments (#15643)Clyybber2020-10-201-1/+1
* nimpretty: do not produce 'line too long' messages (#15541)Andreas Rumpf2020-10-101-2/+3
* fixes a regressionAraq2020-10-081-0/+1
* Big compiler Cleanup (#14777)Clyybber2020-08-281-89/+68
* Deprecate oldNewlines, clean out deprecated code from oldNewlines (#14763)Juan Carlos2020-06-231-6/+1
* make `from` an operator (#14241)hlaaftana2020-05-081-1/+1
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-281-3/+3
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-34/+33
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
* squashed and merged with develArne Döring2019-08-211-1/+1
* nim check, fix #11927, no more empty strings (#11979)Miran2019-08-191-1/+3
* minor style changesAraq2019-07-111-1/+1
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-2/+2
* nim styleChecker: implemented all the missing features (bugfix)Araq2019-07-101-1/+7
* nimpretty: code cleanupsAraq2019-07-091-6/+0
* [bugfix] fix #11469, new rules for a newline in nimpretty (#11512)Miran2019-06-261-3/+6
* [other] Improve the "tabs are not allowed" error message (#11554)Kaushal Modi2019-06-201-1/+1
* [bugfix] nimpretty: fixes #11468Araq2019-06-131-3/+3
* [refactoring] refactor the compiler and stdlib to deprecation warnings (#11419)Arne Döring2019-06-111-6/+6
* right shift is now by default sign preserving (#11322)Arne Döring2019-05-291-6/+7
* Enable range checking for unsigned integers (#11313)Oscar Nihlgård2019-05-251-3/+3
* StringStream and parseJson, parseCfg, parseSql et al for the vm (#10746)Arne Döring2019-02-281-70/+53