This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
gython
mirror of
https://github.com/brettlangdon/gython.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
28
Commits
1
Branch
102 KiB
Tree:
fa746cb77e
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'fa746cb77e'
${ noResults }
Commit Graph
28 Commits (fa746cb77e88de70dba3e9f1d76106fd9c728800)
All Branches
Search
Author
SHA1
Message
Date
Brett Langdon
fa746cb77e
add start to parser
11 years ago
Brett Langdon
5ced4fc0f9
add start to ast
11 years ago
Brett Langdon
1ebb286c50
add grammar file from CPython
11 years ago
Brett Langdon
2084229cd0
update readme docs for parser todo
11 years ago
Brett Langdon
9943cab792
I can markdown
11 years ago
Brett Langdon
94aab82e63
add more readme
11 years ago
Brett Langdon
281d3a270a
no longer using parser.tokenizer
11 years ago
Brett Langdon
7abed6705a
fix up indentation levels
11 years ago
Brett Langdon
f8ea67a844
add errorcode names
11 years ago
Brett Langdon
a151dea987
emit async/await tokens
11 years ago
Brett Langdon
82746ab67f
add proper indent/dedent handling
11 years ago
Brett Langdon
61fe505579
add number parsing
11 years ago
Brett Langdon
882ba15c02
add skeleton for async/await
11 years ago
Brett Langdon
438e5d1d4a
add ATEQUAL checking
11 years ago
Brett Langdon
a7a729f579
do not include EOF in token literal
11 years ago
Brett Langdon
4e318409ff
shuffle line/column incrementing around
11 years ago
Brett Langdon
f81c42552e
add python 3.5.0 missing tokens
11 years ago
Brett Langdon
2dc98e0cf4
use scanner instead of tokenizer
11 years ago
Brett Langdon
cda0816873
start port of tokenizer over to scanner
11 years ago
Brett Langdon
0c626ae164
move tokenizer helpers over to scanner
11 years ago
Brett Langdon
d7c41f3fae
add scanner.Positions
11 years ago
Brett Langdon
7bc717e693
add start to new scanner
11 years ago
Brett Langdon
8f070002a6
add errorcode
11 years ago
Brett Langdon
d191ba369b
emit indent/dedent tokens
11 years ago
Brett Langdon
8ac42a22ef
give main similar output as python -m tokenize
11 years ago
Brett Langdon
707eb48690
properly track line/columns for tokens
11 years ago
Brett Langdon
7a8c9699ee
basic port of tokenizer from CPython
11 years ago
Brett Langdon
bd8d350650
initial commit
11 years ago