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