FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/lpython/parser/tokenizer.re - Dheerajjha451/lpython · GitHub
Dheerajjha451
/
lpython
Public
forked from
lcompilers/lpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
lpython
src
lpython
parser
tokenizer.re
on
main
User selector
Datepicker
Commit history
Commits on Jun 13, 2023
Pickle: Escape str when printing tokens
ubaidsk
committed
dbe8e3b
View commit details
Copy full SHA for dbe8e3b
View code at this point
Browse repository at this point
Commits on Jan 31, 2023
[Parser] Recognize "\r\n" as a newline
Thirumalai-Shaktivel
authored and
czgdp1807
committed
4393893
View commit details
Copy full SHA for 4393893
View code at this point
Browse repository at this point
Commits on Jan 10, 2023
Rename `LFortran` to `LCompilers`
Show description for 7131f9a
Thirumalai-Shaktivel
committed
7131f9a
View commit details
Copy full SHA for 7131f9a
View code at this point
Browse repository at this point
Rename `LFORTRAN_ASSERT` to `LCOMPILERS_ASSERT`
Thirumalai-Shaktivel
committed
70d4505
View commit details
Copy full SHA for 70d4505
View code at this point
Browse repository at this point
Commits on Nov 19, 2022
Continue the location information for the imported files.
Thirumalai-Shaktivel
committed
97978bf
View commit details
Copy full SHA for 97978bf
View code at this point
Browse repository at this point
Commits on Oct 12, 2022
Tokenize Match and Case Keywords and fix remaining issues
Thirumalai-Shaktivel
committed
855d8a1
View commit details
Copy full SHA for 855d8a1
View code at this point
Browse repository at this point
Commits on Sep 26, 2022
[Tokenizer] Use `strtod` to convert string to real
Thirumalai-Shaktivel
committed
fa0c53f
View commit details
Copy full SHA for fa0c53f
View code at this point
Browse repository at this point
Commits on Sep 25, 2022
Recognize `match` and `case` keywords in the tokenizer
Thirumalai-Shaktivel
committed
3995dcd
View commit details
Copy full SHA for 3995dcd
View code at this point
Browse repository at this point
Commits on Sep 5, 2022
Tokenize "not in" followed by a newline
Thirumalai-Shaktivel
committed
3aa78c6
View commit details
Copy full SHA for 3aa78c6
View code at this point
Browse repository at this point
Commits on Sep 3, 2022
Fix a bug with indentation of blocks.
akshanshbhatt
committed
b74581e
View commit details
Copy full SHA for b74581e
View code at this point
Browse repository at this point
Commits on Sep 1, 2022
Check the indent mismatch in the dedent 2
Thirumalai-Shaktivel
committed
a5951cb
View commit details
Copy full SHA for a5951cb
View code at this point
Browse repository at this point
Commits on Aug 31, 2022
Recognise the last indent type and check it with the current indent type.
Show description for e049dcf
akshanshbhatt
and
Thirumalai-Shaktivel
committed
e049dcf
View commit details
Copy full SHA for e049dcf
View code at this point
Browse repository at this point
Update the tokenizer to recognise `""\""` properly.
Show description for a9d0b72
akshanshbhatt
and
Thirumalai-Shaktivel
committed
a9d0b72
View commit details
Copy full SHA for a9d0b72
View code at this point
Browse repository at this point
Commits on Aug 29, 2022
Use CPP string to fix address warning
Smit-create
committed
73016e5
View commit details
Copy full SHA for 73016e5
View code at this point
Browse repository at this point
Commits on Aug 27, 2022
Update the tokenizer to recognise `TK_NOT_IN`.
Show description for 5974766
akshanshbhatt
and
Thirumalai-Shaktivel
committed
5974766
View commit details
Copy full SHA for 5974766
View code at this point
Browse repository at this point
Commits on Aug 25, 2022
Tokenize Hex, Oct, Bin, real and imag with "_"
Thirumalai-Shaktivel
committed
6d2a6ff
View commit details
Copy full SHA for 6d2a6ff
View code at this point
Browse repository at this point
Commits on Aug 23, 2022
Merge pull request #1014 from Thirumalai-Shaktivel/indent
Thirumalai-Shaktivel
authored
dcd584b
View commit details
Copy full SHA for dcd584b
View code at this point
Browse repository at this point
Recognize `\t` as an indent
Thirumalai-Shaktivel
committed
6291812
View commit details
Copy full SHA for 6291812
View code at this point
Browse repository at this point
[Tokenizer] Fix black slash issue in the string
Thirumalai-Shaktivel
committed
337fe41
View commit details
Copy full SHA for 337fe41
View code at this point
Browse repository at this point
Commits on Aug 19, 2022
[tokenizer] Include `\n` token in the type_comment
Thirumalai-Shaktivel
committed
9a58d15
View commit details
Copy full SHA for 9a58d15
View code at this point
Browse repository at this point
Commits on Aug 15, 2022
Recognize `TK_TYPE_COMMENT` as separate token.
akshanshbhatt
committed
ee79c14
View commit details
Copy full SHA for ee79c14
View code at this point
Browse repository at this point
Commits on Aug 9, 2022
Add support for unicode identifiers.
akshanshbhatt
committed
cfa11dc
View commit details
Copy full SHA for cfa11dc
View code at this point
Browse repository at this point
Commits on Aug 5, 2022
Recognize type_ignore within the dictionaries
Thirumalai-Shaktivel
committed
2b3358c
View commit details
Copy full SHA for 2b3358c
View code at this point
Browse repository at this point
Commits on Aug 4, 2022
Skip the comments within the parentheses
Thirumalai-Shaktivel
committed
0669c92
View commit details
Copy full SHA for 0669c92
View code at this point
Browse repository at this point
Recognize case-sensitive keywords in the tokenizer
Thirumalai-Shaktivel
committed
adf8b44
View commit details
Copy full SHA for adf8b44
View code at this point
Browse repository at this point
Add whitespace for `not in` token in the tokenizer
Thirumalai-Shaktivel
committed
61c8591
View commit details
Copy full SHA for 61c8591
View code at this point
Browse repository at this point
Commits on Jul 29, 2022
Parse `yield from` expression
Thirumalai-Shaktivel
committed
1305193
View commit details
Copy full SHA for 1305193
View code at this point
Browse repository at this point
Commits on Jul 22, 2022
Rename LFortranException to LCompilersException
Smit-create
committed
70810c3
View commit details
Copy full SHA for 70810c3
View code at this point
Browse repository at this point
Commits on Jul 2, 2022
Apply suggestions from review.
akshanshbhatt
committed
72f3fb5
View commit details
Copy full SHA for 72f3fb5
View code at this point
Browse repository at this point
Add new token for supporting type-comments.
akshanshbhatt
committed
7ed5c0b
View commit details
Copy full SHA for 7ed5c0b
View code at this point
Browse repository at this point
Commits on Jun 21, 2022
Tokenize integers with underscore
certik
committed
806dc7b
View commit details
Copy full SHA for 806dc7b
View code at this point
Browse repository at this point
Commits on Jun 16, 2022
Generate `TK_COMMENT` for topmost comment.
akshanshbhatt
committed
104dd95
View commit details
Copy full SHA for 104dd95
View code at this point
Browse repository at this point
Fix the comment pattern in tokenizer.
akshanshbhatt
committed
d1f0c6f
View commit details
Copy full SHA for d1f0c6f
View code at this point
Browse repository at this point
Return newline after comments. (#617)
akshanshbhatt
committed
76f7ec6
View commit details
Copy full SHA for 76f7ec6
View code at this point
Browse repository at this point
Fix comments after `TK_COLON`.
akshanshbhatt
committed
ae9b7a4
View commit details
Copy full SHA for ae9b7a4
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL