Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
typon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tom Niget
typon
Commits
d8f42e871110829aa6745d38703f579842ecf85e
Switch branch/tag
typon
23 Aug, 2023
10 commits
Add specific repr implementation for enums
· d8f42e87
Tom Niget
authored
Aug 23, 2023
d8f42e87
Fix recursion emission for nested functions
· 27262494
Tom Niget
authored
Aug 23, 2023
27262494
Add support for emitting float literals
· d9f2437a
Tom Niget
authored
Aug 23, 2023
d9f2437a
Fix SearchVisitor not properly visiting all nodes
· 64eead10
Tom Niget
authored
Aug 23, 2023
64eead10
Add support for float literals
· 3fa0238e
Tom Niget
authored
Aug 23, 2023
3fa0238e
Fix inheritance unification
· 8c9f6358
Tom Niget
authored
Aug 23, 2023
8c9f6358
Fix signature of next()
· 422dd576
Tom Niget
authored
Aug 23, 2023
422dd576
Fix macro use in os.hpp
· fdad1c03
Tom Niget
authored
Aug 23, 2023
fdad1c03
Fix isspace implementation
· 964281c1
Tom Niget
authored
Aug 23, 2023
964281c1
Fix variables declared twice with tuple assignment
· 497c7bde
Tom Niget
authored
Aug 23, 2023
497c7bde
19 Aug, 2023
6 commits
Rename type to py_type, add support for static members
· d57706f4
Tom Niget
authored
Aug 19, 2023
d57706f4
Add placeholder support for raise
· 336e1080
Tom Niget
authored
Aug 19, 2023
336e1080
Fix handling of AnnotationName in ast.unparse
· 0bb4df63
Tom Niget
authored
Aug 19, 2023
0bb4df63
Add support for nested functions
· d0d0552a
Tom Niget
authored
Aug 19, 2023
d0d0552a
Add Any and Optional
· 33c03238
Tom Niget
authored
Aug 19, 2023
33c03238
Add support for for-else and while-else
· 214d9f11
Tom Niget
authored
Aug 19, 2023
214d9f11
18 Aug, 2023
5 commits
Add preliminary support for list comprehensions
· cd79036c
Tom Niget
authored
Aug 18, 2023
cd79036c
Add preliminary support for dataclass __init__ generation
· ff8c2374
Tom Niget
authored
Aug 18, 2023
ff8c2374
Add preliminary support for is/is not
· c94d3e59
Tom Niget
authored
Aug 18, 2023
c94d3e59
Finish implementation of range
· 5b953fba
Tom Niget
authored
Aug 18, 2023
5b953fba
Move constants
· 7e04915c
Tom Niget
authored
Aug 18, 2023
7e04915c
17 Aug, 2023
4 commits
Update __init__.py
· ac78d6fd
Tom Niget
authored
Aug 17, 2023
ac78d6fd
Fix find_indices to support UTF-8 characters
· f7dfa5e4
Tom Niget
authored
Aug 17, 2023
f7dfa5e4
Add scope checking for break and continue
· 12e8b9a3
Tom Niget
authored
Aug 17, 2023
12e8b9a3
Remove PyType references
· 76795291
Tom Niget
authored
Aug 17, 2023
76795291
15 Aug, 2023
2 commits
Update test_runner.py
· ba744ffa
Tom Niget
authored
Aug 15, 2023
ba744ffa
Finish migrating almost everything to dot, all examples compile again
· 1ba51c0b
Tom Niget
authored
Aug 15, 2023
1ba51c0b
13 Aug, 2023
12 commits
Disable dot for builtin promises
· a11f6490
Tom Niget
authored
Aug 14, 2023
a11f6490
Fix desugaring and internal handling of bin/unops
· 32df7808
Tom Niget
authored
Aug 14, 2023
32df7808
Mark socket test as norun
· fe8034fb
Tom Niget
authored
Aug 14, 2023
fe8034fb
Convert py_contains to dot structure
· 92ddbbf2
Tom Niget
authored
Aug 14, 2023
92ddbbf2
Add object type
· 208daf4e
Tom Niget
authored
Aug 13, 2023
208daf4e
Fix Self substitution for generics
· c5aae2f9
Tom Niget
authored
Aug 13, 2023
c5aae2f9
Add proper display for ICEs
· 30dc6b3a
Tom Niget
authored
Aug 13, 2023
30dc6b3a
Add proper implementation of Compare nodes
· d3d9dc40
Tom Niget
authored
Aug 13, 2023
d3d9dc40
Fix substitution of Self type in functions
· ae2a779c
Tom Niget
authored
Aug 13, 2023
ae2a779c
Add dot C++ impl
· b3201b2f
Tom Niget
authored
Aug 13, 2023
b3201b2f
Add protected fields to PlainBlock so NodeTransformer knows it's a composite node
· a284f4ea
Tom Niget
authored
Aug 13, 2023
a284f4ea
Prioritize errors from __main__ in multipass analysis
· b59d4011
Tom Niget
authored
Aug 13, 2023
b59d4011
11 Aug, 2023
1 commit
Use dot macro
· 8ce64ec2
Tom Niget
authored
Aug 11, 2023
8ce64ec2