Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
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
Boxiang Sun
cython
Commits
62cd2ea1
Commit
62cd2ea1
authored
May 03, 2009
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cythonise new Parsing.py functions
parent
3f4a4151
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
Cython/Compiler/Parsing.pxd
Cython/Compiler/Parsing.pxd
+4
-0
No files found.
Cython/Compiler/Parsing.pxd
View file @
62cd2ea1
...
...
@@ -8,7 +8,10 @@ cpdef p_ident_list(PyrexScanner s)
cpdef
p_binop_expr
(
PyrexScanner
s
,
ops
,
p_sub_expr
)
cpdef
p_simple_expr
(
PyrexScanner
s
)
cpdef
p_lambdef
(
PyrexScanner
s
,
bint
allow_conditional
=*
)
cpdef
p_lambdef_nocond
(
PyrexScanner
s
)
cpdef
p_test
(
PyrexScanner
s
)
cpdef
p_test_nocond
(
PyrexScanner
s
)
cpdef
p_or_test
(
PyrexScanner
s
)
cpdef
p_rassoc_binop_expr
(
PyrexScanner
s
,
ops
,
p_subexpr
)
cpdef
p_and_test
(
PyrexScanner
s
)
...
...
@@ -140,6 +143,7 @@ cpdef p_c_func_or_var_declaration(PyrexScanner s, pos, ctx)
cpdef
p_ctypedef_statement
(
PyrexScanner
s
,
ctx
)
cpdef
p_decorators
(
PyrexScanner
s
)
cpdef
p_def_statement
(
PyrexScanner
s
,
decorators
=
*
)
cpdef
p_varargslist
(
PyrexScanner
s
,
terminator
=*
)
cpdef
p_py_arg_decl
(
PyrexScanner
s
)
cpdef
p_class_statement
(
PyrexScanner
s
)
cpdef
p_c_class_definition
(
PyrexScanner
s
,
pos
,
ctx
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment