Skip to content

Commit

Permalink
upload components
Browse files Browse the repository at this point in the history
  • Loading branch information
yjyongz committed Dec 17, 2011
1 parent a6052a7 commit 8cb6836
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
5 changes: 5 additions & 0 deletions infix.txt
@@ -0,0 +1,5 @@
1 + 1
2 * 5 + 1
2 * ( 5 + 1 )
3 * x + ( 9 + y ) / 4
A - B * ( C + D ) / E
20 changes: 20 additions & 0 deletions justin.tv.sln
@@ -0,0 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "justin.tv", "justin.tv\justin.tv.vcxproj", "{B1B2D008-74BC-4438-AA26-98C1143AAD07}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B1B2D008-74BC-4438-AA26-98C1143AAD07}.Debug|Win32.ActiveCfg = Debug|Win32
{B1B2D008-74BC-4438-AA26-98C1143AAD07}.Debug|Win32.Build.0 = Debug|Win32
{B1B2D008-74BC-4438-AA26-98C1143AAD07}.Release|Win32.ActiveCfg = Release|Win32
{B1B2D008-74BC-4438-AA26-98C1143AAD07}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
2 changes: 2 additions & 0 deletions run.bat
@@ -0,0 +1,2 @@
.\Debug\justin.tv.exe infix.txt -r > output_with_r_option.txt
.\Debug\justin.tv.exe infix.txt > output_without_r_option.txt

0 comments on commit 8cb6836

Please sign in to comment.