This website requires JavaScript.
Explore
Help
Sign In
github
/
semantic
Watch
1
Star
1
Fork
0
You've already forked semantic
mirror of
https://github.com/github/semantic.git
synced
2024-12-18 20:31:55 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
2a788703ba
semantic
/
test
/
fixtures
/
ruby
/
reprinting
/
infix.rb
5 lines
45 B
Ruby
Raw
Normal View
History
Unescape
Escape
Tokenize and print subtraction as well
2018-08-25 00:07:49 +03:00
3
-
4
+
10
Handle printing binary multiplication with precedence!
2018-08-24 20:59:09 +03:00
1
*
2
+
3
(
1
*
2
)
+
3
1
*
(
2
+
3
)
Reference in New Issue
Copy Permalink