index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tokenizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Documentation typo fix in tokenizer.
Karl Zylinski
2024-09-09
1
-1
/
+1
*
Make tags use #+ syntax instead of //+ syntax so it no longer looks like a co...
Karl Zylinski
2024-09-08
1
-0
/
+15
*
Merge pull request #3760 from Feoramund/refactor-show-error-on-line
gingerBill
2024-07-01
1
-4
/
+0
|
\
|
*
Remove unused code from tokenizer
Feoramund
2024-06-14
1
-4
/
+0
*
|
Improve tokenization for false integer literals but not effect possible float...
gingerBill
2024-06-28
1
-13
/
+15
*
|
Improve error message for #3754
gingerBill
2024-06-28
1
-0
/
+6
*
|
Improve tokenizing wrong number literals
gingerBill
2024-06-28
1
-0
/
+1
|
/
*
Fix invalid rune literal reported twice
Feoramund
2024-04-28
1
-2
/
+1
*
Improve error messages for `switch` and `for` r-values with a suggestion
gingerBill
2024-04-12
1
-0
/
+1
*
Add `bit_field` as a keyword
gingerBill
2024-02-22
1
-0
/
+1
*
Add `or_break` and `or_continue` constructs
gingerBill
2023-09-30
1
-0
/
+4
*
Replace a lot of warnings with errors; remove deprecated stuff
gingerBill
2023-08-01
1
-2
/
+2
*
Minor change to handling of propagation of errors with `---` as a value
gingerBill
2023-05-22
1
-3
/
+3
*
`gb_internal` a lot
gingerBill
2022-12-18
1
-35
/
+35
*
Add ODIN_ERROR_POS_STYLE environment variable
gingerBill
2022-01-26
1
-8
/
+0
*
Move error handling code to a separate file
gingerBill
2022-01-10
1
-413
/
+2
*
Fix `set_file_path_string` and `thread_safe_set_ast_file_from_id`
gingerBill
2021-11-24
1
-4
/
+4
*
Improve usage of `file_id`
gingerBill
2021-11-15
1
-3
/
+3
*
Change syntax for matrices to `matrix[R, C]T`
gingerBill
2021-10-19
1
-0
/
+1
*
Copying file contents rather than memory mapping
gingerBill
2021-10-12
1
-17
/
+17
*
Force file copy on `odin strip-semicolon`
gingerBill
2021-09-18
1
-4
/
+6
*
Refactor `init_tokenizer_with_data` to file memory mapping (Windows only curr...
gingerBill
2021-09-18
1
-30
/
+24
*
Replace many uses of `heap_allocator()` with `permanent_allocator()`
gingerBill
2021-09-13
1
-8
/
+2
*
Strip semicolons; Make `odin strip-semicolon` replace `..` with `..=` if used...
gingerBill
2021-09-06
1
-1
/
+2
*
Make `-insert-semicolon` the default now
gingerBill
2021-08-31
1
-57
/
+48
*
`ERROR_BLOCK()` any usages of "Did you mean?" like behaviour whilst iterating...
gingerBill
2021-08-27
1
-0
/
+2
*
Use local mutex for each `AstFile.arena`
gingerBill
2021-08-26
1
-2
/
+1
*
Remove the old `inline` and `no_inline` tokens
gingerBill
2021-08-23
1
-2
/
+0
*
Fix deadlock caused by typo
gingerBill
2021-08-19
1
-16
/
+13
*
Update semi-colon insertion rules for `or_return`
gingerBill
2021-08-15
1
-0
/
+1
*
Make `or_else` and `or_return` operators (binary and suffix respectively)
gingerBill
2021-08-15
1
-2
/
+4
*
Fix column in tokenizer (due to removed line)
gingerBill
2021-08-13
1
-1
/
+2
*
Minor procedure rename
gingerBill
2021-08-08
1
-1
/
+1
*
Simplify `init_tokenizer_with_data`
gingerBill
2021-08-08
1
-4
/
+4
*
Reduce superfluous error messages for return statements expecting not-1 retur...
gingerBill
2021-08-07
1
-1
/
+5
*
Remove optimizations in tokenizer and default to older code (same logic) (opt...
gingerBill
2021-08-03
1
-45
/
+2
*
Prepare tokenizer for optimizations
gingerBill
2021-08-02
1
-20
/
+36
*
Remove the literal conversion logic to the parser from the tokenizer
gingerBill
2021-08-02
1
-29
/
+0
*
Replace `line` with `column_minus_one` in `Tokenizer`; Remove dead code
gingerBill
2021-08-02
1
-45
/
+26
*
Begin optimizing tokenizer; Replace `gb_utf8_decode` with `utf8_decode` (CC b...
gingerBill
2021-08-01
1
-30
/
+56
*
Clean up a bit of the tokenizer code so that the semicolon insertion rules ar...
gingerBill
2021-08-01
1
-127
/
+142
*
Give `begin_error_block` its own recursive mutex
gingerBill
2021-07-29
1
-2
/
+4
*
Define which mutexes are blocking and recursive explicitly
gingerBill
2021-07-27
1
-31
/
+29
*
Remove `try`; Replace `try x else y` with `or_else(x, y)`
gingerBill
2021-07-05
1
-1
/
+0
*
Try `try` and `or_else` built-in procedures with operators `try` and `try else`
gingerBill
2021-07-04
1
-0
/
+1
*
Fix semicolon insertion rule for `---`
gingerBill
2021-06-26
1
-5
/
+5
*
Add range-based error messages to `-verbose-errors`
gingerBill
2021-05-19
1
-22
/
+42
*
Replace `error` calls with `Token` to use `TokenPos`
gingerBill
2021-05-19
1
-51
/
+48
*
Add `-verbose-errors` which shows the error in the line of code
gingerBill
2021-05-19
1
-2
/
+90
*
Allow `..=` alongside `..` as a "full range" operator; Update `core:odin/pars...
gingerBill
2021-05-16
1
-0
/
+4
[next]