Commit 529562f
Multiple fixes (#94)
* attribute and type fixes.
* rework attributes
* fix ints within attribute
* type definition within attributes
* fix strings in attribute
* fix case for string include
* rescope types and attributes.
* correct comments inline with attribute
* rescope variables.
* change end captures for attribute
* fix double quoted strings.
* rescope variable token for cosmetic reasons
* first pass at fixing indices
* fix types and indices
* fix digits in types (removed by accident.)
* fix new line between ) and ] on attribute.
* restructure for CI
* setup build scripts
* add spec file
* build script tweaks
* rescope comments
* add build file to test step
* add self to attribute
* advanced function tests.
* better descriptions for automatic tests
* make the build script pretty
* appveyor -> run tests
* fix section name
* fix atom path variable
* add exit condition
* class specs
* fix variable scope
* variable scoping - closing brace
* correct hashtable scopes
* rescope numerics.
* remove redundancy.
* missed a numeric scope.
* fix range operator for negative numbers
* scope array tokens
* correct interpolation parens scope
* scriptblock scopes
* the big spec file... first half.
* fix xml typo
* fix xml typo
* stop parameter names that match keywords from highlighting
* add default keyword
* tweak function keyword scopes.
* Make build.ps1 crossplatform
* stop function end capture from clobbering other scopes
* more scoping in big test file.
* remove dependence on build.ps1
* remove dependence on build.ps1
* comments between function def and K&R bracket
* Update readme.
* correct subexpression punctuation scopes.
* finish big spec file.
* change test to a switch param in build.ps1
* newline at EOF
* fix email addresses within strings1 parent a21580f commit 529562f
File tree
22 files changed
+2389
-219
lines changed- examples
- spec
- testfiles
- tools
22 files changed
+2389
-219
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
0 commit comments