index
:
typst
0.10
0.11
0.11-with-extras
0.11.1-with-extras
0.12
0.12.0-with-extras
0.13
0.6
0.7
0.8
0.9
better-lists
consistent-html-frame-size
digital-signatures
html-content-models
improve-raw-docs
in-operator-for-modules
main
parallel-iterations
pdf-accessibility
pdf-lang
rect-strokes
ref-cite-warn
repeat-figure-caption
table-subfooters
type-str-compat-round-2
warn-suppression
MSM's mirror of Typst
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
syntax
/
lexer.rs
Age
Commit message (
Expand
)
Author
2023-05-24
Rework delimiter errors
Laurenz
2023-05-15
Switch from unicode_xid to unicode_ident (#1208)
Kevin Stevens
2023-05-03
Add shorthand for root operation (#929)
Marmare314
2023-04-20
forbid underscore as identifier closes #513 (#837)
Marmare314
2023-04-19
Give more specific error messages (#881)
Leedehai
2023-04-18
Improve error message in lexer (#242)
Greg Shuflin
2023-04-04
Allow labels and reference with ',' and '.'
Laurenz
2023-04-04
Integers with different bases
Laurenz
2023-03-30
Add support for more characters in links (#379)
frozolotl
2023-03-28
Fix basic lints (cargo clippy) (#383)
Marek Barvíř
2023-03-27
Parse decimals as a unit
Laurenz
2023-03-27
Fix enum parsing and allow zero in numberings
Laurenz
2023-03-21
More math shorthands
Laurenz
2023-03-19
Renaming and refactoring
Laurenz
2023-03-14
Reference supplements
Laurenz
2023-03-14
Allow keywords as fields
Laurenz
2023-03-11
Autocompletion for raw language tags
Laurenz
2023-03-01
Bump `ecow`
Laurenz
2023-02-23
Switch to ecow
Laurenz
2023-02-02
Fix heading and list markers
Laurenz
2023-02-02
Math tests
Laurenz
2023-01-30
No text hashtags
Laurenz
2023-01-28
Better analysis for literals
Laurenz
2023-01-28
Overline, Underline, Overbracket, Underbracket
Laurenz
2023-01-28
More capable math calls
Laurenz
2023-01-27
Symbol values and modules
Laurenz
2023-01-27
Hashtags everywhere!
Laurenz
2023-01-27
Small fixes
Laurenz
2023-01-22
Better math atoms
Laurenz
2023-01-20
Rewrite parser
Laurenz
2023-01-15
Remove most fields from `SyntaxKind` enum
Laurenz
2023-01-14
Reorganize syntax module
Laurenz