kapusta 0.7.0 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kapusta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Evgenii Morozov
@@ -57,10 +57,15 @@ files:
57
57
  - examples/greet.kap
58
58
  - examples/happy-number.kap
59
59
  - examples/hashfn.kap
60
+ - examples/hit-counter.kap
61
+ - examples/import-helpers.kapm
60
62
  - examples/kwargs.kap
61
63
  - examples/leap-year.kap
62
64
  - examples/length-of-last-word.kap
63
65
  - examples/macros-dbg.kap
66
+ - examples/macros-import-helpers.kap
67
+ - examples/macros-import-whole.kap
68
+ - examples/macros-import.kap
64
69
  - examples/macros-multi.kap
65
70
  - examples/macros-swap.kap
66
71
  - examples/macros-thrice-if.kap
@@ -77,6 +82,7 @@ files:
77
82
  - examples/packet-router.kap
78
83
  - examples/palindrome.kap
79
84
  - examples/pangram.kap
85
+ - examples/parking-system.kap
80
86
  - examples/pcall.kap
81
87
  - examples/pipeline.kap
82
88
  - examples/pivot-index.kap
@@ -93,11 +99,13 @@ files:
93
99
  - examples/safe-lookup.kap
94
100
  - examples/scopes.kap
95
101
  - examples/shapes.kap
102
+ - examples/shared-macros.kapm
96
103
  - examples/single-number.kap
97
104
  - examples/squares.kap
98
105
  - examples/stack.kap
99
106
  - examples/subtract-product-sum.kap
100
107
  - examples/sum.kap
108
+ - examples/thread-styles.kap
101
109
  - examples/threading.kap
102
110
  - examples/tic-tac-toe.kap
103
111
  - examples/tset.kap
@@ -128,12 +136,22 @@ files:
128
136
  - lib/kapusta/compiler/emitter/support.rb
129
137
  - lib/kapusta/compiler/lua_compat.rb
130
138
  - lib/kapusta/compiler/macro_expander.rb
139
+ - lib/kapusta/compiler/macro_gensym.rb
140
+ - lib/kapusta/compiler/macro_importer.rb
141
+ - lib/kapusta/compiler/macro_lowerer.rb
131
142
  - lib/kapusta/compiler/normalizer.rb
132
143
  - lib/kapusta/env.rb
133
144
  - lib/kapusta/error.rb
134
145
  - lib/kapusta/errors.rb
135
146
  - lib/kapusta/formatter.rb
136
147
  - lib/kapusta/lsp.rb
148
+ - lib/kapusta/lsp/definition.rb
149
+ - lib/kapusta/lsp/diagnostics.rb
150
+ - lib/kapusta/lsp/formatting.rb
151
+ - lib/kapusta/lsp/identifier.rb
152
+ - lib/kapusta/lsp/rename.rb
153
+ - lib/kapusta/lsp/scope_walker.rb
154
+ - lib/kapusta/lsp/workspace_index.rb
137
155
  - lib/kapusta/reader.rb
138
156
  - lib/kapusta/support.rb
139
157
  - lib/kapusta/version.rb