Gitiles
Code Review
Sign In
review.gerrithub.io
/
DanPristupov
/
Evalution
/
041324ff54efdfec92f96126bd8ef2832334af0d
041324f
Merge branch 'feature/RuntimeProperty' into develop
by DanPristupov
· 8 years ago
757ea3e
Fixes autoproperties. GeneralTest_RuntimeAutoProperties pass.
by Dan Pristupov
· 8 years ago
feature/RuntimeProperty
c6605c6
Working on GeneralTest_RuntimeAutoProperties. Almost completed.
by Dan Pristupov
· 8 years ago
2777174
Refactoring.
by Dan Pristupov
· 8 years ago
97f461a
Adds generic SetupRuntime<T> method.
by Dan Pristupov
· 8 years ago
05316f4
Cleans up the project structure
by Dan Pristupov
· 8 years ago
1833c09
Refactors BinaryExpression class
by Dan Pristupov
· 8 years ago
2d8292b
Removes redundant TypeCache.GetTypePropertyMethod method
by Dan Pristupov
· 8 years ago
970ce2d
Refactors the Context class
by Dan Pristupov
· 8 years ago
5d9f697
Renames temporary EvalutionCS namespace to Evalution.
by Dan Pristupov
· 8 years ago
be1e1d5
Moves Equals method to a region.
by Dan Pristupov
· 8 years ago
c763575
Insignificant optimization Literal expressions.
by Dan Pristupov
· 8 years ago
c4a78d3
Implements GeneralTest_RuntimeProperties
by Dan Pristupov
· 8 years ago
30400cb
Cleans the code after Sigil
by Dan Pristupov
· 8 years ago
b0331b6
Removes awesome Sigil
by Dan Pristupov
· 8 years ago
4d40e43
Updates parameters of PropertyDefinition
by Dan Pristupov
· 8 years ago
36dd325
Adds GeneralTest_RuntimeProperties unit test
by Dan Pristupov
· 8 years ago
2578471
Merge branch 'feature/CSharp' into develop
by DanPristupov
· 8 years ago
f224481
Renames the projects.
by Dan Pristupov
· 8 years ago
feature/CSharp
27a82f2
Removes F# projects
by DanPristupov
· 8 years ago
aab2703
Refactoring
by DanPristupov
· 8 years ago
f45a8f8
Refactors the project.
by DanPristupov
· 8 years ago
70af106
Implements ClassBuilder. All unit test pass :)
by DanPristupov
· 8 years ago
105f038
Targets unit tests to EvalutionCS
by DanPristupov
· 8 years ago
fc892fa
All AstBuilder unit tests pass
by DanPristupov
· 8 years ago
7b76ec1
Implements AstBuilder
by DanPristupov
· 8 years ago
999ee83
Converting the project to C#
by DanPristupov
· 8 years ago
f73dd90
Creates EvalutionCS project
by DanPristupov
· 8 years ago
2fd4673
Migrate to MSVS 14
by DanPristupov
· 8 years ago
765ef2b
Adds nuget package
by Dan
· 8 years ago
a8eae53
Moves source code to the 'src' directory
by Dan
· 8 years ago
9d11c26
Moves build output to the Output folder
by Dan
· 8 years ago
e590b9e
Updates Sigil nuget package.
by Dan
· 8 years ago
050b8d2
Adds nuget reference to FSharp.Core
by Dan
· 8 years ago
506c0b2
Merge branch 'feature/MethodCall' into develop
by Dan
· 8 years ago
9affbc1
Removes TimeSpan literal because now it can be replaced with Environment extensions.
by Dan
· 8 years ago
29047fb
Adds MethodTest_CallChain. Fixes bug in method chain call.
by Dan
· 8 years ago
ca36b12
Cleans up the code.
by Dan
· 8 years ago
f75a430
Introduces getTypeMethod and getTypePropertyMethod functions.
by Dan
· 8 years ago
7e3989b
Refactors the ClassBuilder
by Dan
· 8 years ago
99f51d8
Fixes all value type method call unit tests.
by Dan
· 8 years ago
9ec0149
Updates MethodCallTest_ValueType unit test
by Dan
· 8 years ago
d8455a8
Implements chain method calls.
by Dan
· 8 years ago
9d979ca
Implements method call chain. Covers the changes by TestMethodChainCallExpression1 and TestMethodChainCallExpression2 methods.
by Dan
· 8 years ago
3b15a9e
Adds failing MethodCallTest_ComplexObject
by Dan
· 8 years ago
18aa60d
Fixes MethodCallTest_ReferenceType
by Dan
· 8 years ago
4ca19be
Adds MethodCallTest_ValueType and MethodCallTest_ReferenceType
by Dan
· 8 years ago
1d9d3e3
Adds failing MethodTest_VirtualCall unit test
by Dan
· 8 years ago
41f492c
Adds MethodTest_TimeSpan unit test.
by Dan
· 8 years ago
191bb40
Adds MethodTest_SubCalls unit test
by Dan
· 8 years ago
5dd50e6
Adds MethodTest_MultipleArguments
by Dan
· 8 years ago
23b3a0e
Implements calls of the methods with arguments.
by Dan
· 8 years ago
dba745e
Adds MethodTest_OneArgument
by Dan
· 8 years ago
e5354fb
Implements expressions with method calls.
by Dan
· 8 years ago
063b9f6
Implements a draft call of argument-less methods.
by Dan
· 8 years ago
4295bf0
Adds MethodTest unit test
by Dan
· 8 years ago
137b95b
Rafactoring. Replaces IdentifierRef with Identifier.
by Dan
· 8 years ago
d358175
Implements the method expression parsing.
by Dan
· 8 years ago
8ab9199
Creates Ast. Adds TestMethodCallExpression unit test.
by Dan
· 8 years ago
5728876
Merge branch 'feature/EnvironmentObject' into develop
by Dan
· 8 years ago
d5ab517
Implements expression type evaluation.
by Dan
· 8 years ago
0c05cda
Refactors the createProxyConstructors function.
by Dan
· 8 years ago
9678739
Refactors exceptions.
by Dan
· 8 years ago
8fe3cc4
Cleans up the code.
by Dan
· 8 years ago
ef38ca7
Uses global typeProperties dictionary in ClassBuilder.
by Dan
· 8 years ago
1e9fba9
Simplifies the property searching.
by Dan
· 8 years ago
dc2e281
Creates a base for refactoring. Introduces getProperties(t:Type) method
by Dan
· 8 years ago
da180e5
Adds InvalidNameException exception.
by Dan
· 8 years ago
cf37128
Renames Ast.ObjectPropertyCall to Ast.ObjectContextPropertyCall
by Dan
· 8 years ago
9f9bc61
Renames Ast.ThisPropertyCall to Ast.CurrentContextPropertyCall
by Dan
· 8 years ago
20a39c9
Implements draft of the environment class injection.
by Dan
· 8 years ago
304d3d7
Adds ClassBuilder method signatures.
by Dan
· 8 years ago
5fc4ff4
Adds unit test
by Dan
· 8 years ago
f252f44
Merge branch 'feature/TimeSpanExpressions' into develop
by Dan
· 8 years ago
4a9e0f4
Implements TimeSpan expression evaluation.
by Dan
· 8 years ago
419fd51
Implements AstBuilder.
by Dan
· 8 years ago
2610629
Adds failing parser unit test.
by Dan
· 8 years ago
8e1a5ce
Merge branch 'master' into develop
by Dan
· 8 years ago
158fb57
Get rid of the majority of compiler warnings.
by Dan
· 8 years ago
master
b5ba003
Removes 2 warnings.
by Dan
· 8 years ago
8ec8cc6
Merge branch 'develop'
by Dan
· 8 years ago
24b9f81
Merge branch 'UnaryOperators' into develop
by Dan
· 8 years ago
6c5a9a9
Implements Unary expressions (- and +).
by Dan
· 8 years ago
b2b85da
Merge branch 'develop' into UnaryOperators
by Dan
· 8 years ago
45388f0
Adds TestUnaryOperatorAndParenthesis unit test
by Dan
· 8 years ago
112167e
Switches Evalution project type to ClassLibrary.
by Dan
· 8 years ago
720a642
Merge branch 'Perenthesis' into UnaryOperators
by Dan
· 8 years ago
5b5b77c
Merge branch 'Perenthesis'
by Dan
· 8 years ago
188cb07
Adds parenthesis expressions to the AstBuilder.
by Dan
· 8 years ago
6b0fcbd
Adds unary operators to the AstBuilder.
by Dan
· 8 years ago
a757e18
Adds quick straightforward BuildObject optimisation for the presentation.
by Dan
· 8 years ago
32c33ab
Merge branch 'develop'. Implements constructors calling.
by Dan
· 8 years ago
b27f8d2
Implements base constructor calling.
by Dan
· 8 years ago
998bbf0
Implements base constructor calling for the parameterless constructor
by Dan
· 8 years ago
4c7c883
Adds GeneralTest_CustomConstructor failing unit test.
by Dan
· 8 years ago
77471b0
Updates Readme.md.
by Dan
· 8 years ago
31a6e28
Merge branch 'develop'
by Dan
· 8 years ago
1d0128f
Adds DateTime and TimeSpan operations to the GeneralTest_Arrays unit test.
by Dan
· 8 years ago
09bad45
Implementing code generation for the array expression.
by Dan
· 8 years ago
57adab9
Implements parsing of the array call expressions.
by Dan
· 8 years ago
Next »