index
:
~cnx/guix
this commit
core-updates
e9patch
emacs-team
gnome-team
gnuzilla-updates
guile-daemon
hurd-team
ibus-table
install-doc-overhaul
kernel-updates
keyring
klee
master
mesa-updates
nix
node-18-updates
node-reproducibility
old-guix-wip-file-offset-bits-64-sledgehammer
python-team
qt-updates
r-team
r-updates
rust-team
smartdns
snapper
version-0.10.0
version-0.11.0
version-0.12.0
version-0.13.0
version-0.14.0
version-0.15.0
version-0.16.0
version-0.8.3
version-0.9.0
version-1.0.0
version-1.0.1
version-1.1.0
version-1.2.0
version-1.3.0
version-1.4.0
wip-aarch64-bootstrap
wip-arm-bootstrap
wip-buildroot
wip-check
wip-container
wip-cpu-tuning
wip-deploy
wip-deploy2
wip-desktop
wip-digests
wip-file-offset-bits-64
wip-file-offset-bits-64-sledgehammer
wip-filesearch
wip-full-source-bootstrap
wip-gexp-grafts
wip-gexp-hygiene
wip-git-https
wip-gnome
wip-gnome3.34
wip-gnome3.36
wip-guile-ssh-0.16
wip-guix-log
wip-harden-installer
wip-hurd-vm
wip-image
wip-import-version
wip-ipfs
wip-ipfs-substitutes
wip-ipfs2
wip-java-aarch64
wip-kde-education
wip-kde-plasma
wip-loongson2f
wip-mediagoblin
wip-mnt-reform
wip-node-14
wip-node-importer
wip-ocaml
wip-perl6
wip-pinebook-pro
wip-postfix
wip-potluck
wip-ppc
wip-ppc64le
wip-python-mne
wip-r
wip-rust
wip-system-bootstrap
wip-texlive
wip-texlive-importer
wip-texlive-mono
wip-wget
Personal Guix development branches
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
lexer.l
Age
Commit message (
Expand
)
Author
2010-10-23
* Optimise string constants by putting them in the symbol table.
Eelco Dolstra
2010-05-06
* Store attribute positions in the AST and report duplicate attribute
Eelco Dolstra
2010-04-21
* Fix the interpretation of ''\<character> in indented strings.
Eelco Dolstra
2010-04-12
* Indented strings.
Eelco Dolstra
2010-04-12
* More missing constructs.
Eelco Dolstra
2010-04-12
* Don't use ATerms for the abstract syntax trees anymore. Not
Eelco Dolstra
2010-04-12
* Don't use ATerms to represent integers in the lexer.
Eelco Dolstra
2008-08-14
* Added an experimental feature suggested by Andres: ellipses ("...")
Eelco Dolstra
2008-02-05
* Fix the parsing of
Eelco Dolstra
2007-12-06
* Syntax to escape '', ${.
Eelco Dolstra
2007-11-30
* Added a new kind of multi-line string literal delimited by two
Eelco Dolstra
2006-10-16
* Big cleanup of the semantics of paths, strings, contexts, string
Eelco Dolstra
2006-10-02
* Finally, a real "let" syntax: `let x = ...; ... z = ...; in ...'.
Eelco Dolstra
2006-10-02
* Hack for Bison 2.3 compatability.
Eelco Dolstra
2006-09-04
* Compile the lexer as C++ code. Remove all the redundant C/C++
Eelco Dolstra
2006-09-04
* Use a proper namespace.
Eelco Dolstra
2006-09-01
* Allow "$" in strings as long as they are not followed by "{". (Too
Eelco Dolstra
2006-08-16
* Handle carriage returns. Fixes NIX-53.
Eelco Dolstra
2006-05-01
* Disallow unescaped $ in string literals.
Eelco Dolstra
2006-05-01
* String interpolation. Expressions like
Eelco Dolstra
2005-07-25
* Added a list concatenation operator:
Eelco Dolstra
2004-10-27
* Bug fix in parsing of /* ... */ comments; due to longest match
Eelco Dolstra
2004-10-25
* New language feature: with expressions.
Eelco Dolstra
2004-03-28
* Added plain lambdas, e.g., `let { id = x: x; const = x: y: x; }'.
Eelco Dolstra
2004-02-04
* An attribute set update operator (//). E.g.,
Eelco Dolstra
2004-02-02
* Added syntactic sugar to the construction of attribute sets to
Eelco Dolstra
2004-01-30
* Parser numbers again.
Eelco Dolstra
2004-01-30
* Replaced the SDF parser by a substantially faster Bison/Flex
Eelco Dolstra