This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian
/
free_mutant
Watch
1
Star
0
Fork
You've already forked free_mutant
0
Code
Releases
Activity
2b9d366907
free_mutant
/
meta
/
true.rb
7 lines
92 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add support for explicit type in meta examples * This is needed to relate examples to node types for nodes that cannot stand alone. Example are :where nodes that do not have syntax outside a :case
2016-03-19 11:13:05 -04:00
Mutant
::
Meta
::
Example
.
add
:true
do
Add expression => self mutation Also reorganizes parts of meta to align filenames to node name better. Closes #191
2014-06-05 12:37:31 -04:00
source
'true'
Define expected mutations with less redundancy The mutation examples are now introspectable, this allows to render nice index or performing better automated analysis against the corpus.
2014-06-02 08:57:14 -04:00
mutation
'nil'
Add expression => self mutation Also reorganizes parts of meta to align filenames to node name better. Closes #191
2014-06-05 12:37:31 -04:00
mutation
'false'
Define expected mutations with less redundancy The mutation examples are now introspectable, this allows to render nice index or performing better automated analysis against the corpus.
2014-06-02 08:57:14 -04:00
end
Copy permalink