Elsa icon indicating copy to clipboard operation
Elsa copied to clipboard

Add a plist type

Open Fuco1 opened this issue 7 years ago • 0 comments

  • [x] Regular plist (:foo a :bar b)
  • [ ] Add support for reading the &keys syntax from cl-defun
  • [ ] As a "key" argument to functions, for example (propertize "string" 'a b 'c d), a and c are keys and b is a value... so the type is something like (function (string &rest [symbol value]) string). We need to add a good syntax for repeating a set of values. Take inspiration in macro instrumentation.

Fuco1 avatar Aug 11 '18 10:08 Fuco1