Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
trs
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
trs
Commits
96e20bcc
Commit
96e20bcc
authored
Jan 21, 2012
by
Sander Mathijs van Veen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added possibility message for add_numerics.
parent
d7b3107f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/rules/numerics.py
src/rules/numerics.py
+5
-0
No files found.
src/rules/numerics.py
View file @
96e20bcc
...
...
@@ -3,6 +3,7 @@ from itertools import combinations
from
.utils
import
nary_node
from
..node
import
ExpressionLeaf
as
Leaf
,
OP_DIV
,
OP_MUL
from
..possibilities
import
Possibility
as
P
,
MESSAGES
from
..translate
import
_
def
add_numerics
(
root
,
args
):
...
...
@@ -25,6 +26,10 @@ def add_numerics(root, args):
return
nary_node
(
'+'
,
scope
)
MESSAGES
[
add_numerics
]
=
_
(
'Add the constants {1} and {2}, which'
' will reduce to {1} + {2}.'
)
#def match_subtract_numerics(node):
# """
# 3 - 2 -> 2.0
...
...
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