chore: add Eask pipeline
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
;; Author: Lucien Cartier-Tilet <lucien@phundrak.com>
|
||||
;; Maintainer: Lucien Cartier-Tilet <lucien@phundrak.com>
|
||||
;; Version: 0.1.0
|
||||
;; Package-Requires: ((emacs "26.1"))
|
||||
;; Homepage: https://labs.phundrak.com/phundrak/conlanging.el
|
||||
;; Keywords: convenience
|
||||
|
||||
@@ -23,6 +22,9 @@
|
||||
;; You should have received a copy of the GNU General Public License
|
||||
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
;;; Commentary:
|
||||
;; This file includes functions to create conlanging-related graphs,
|
||||
;; namely graphs of phonemes based on their phonological features.
|
||||
|
||||
;;; Code:
|
||||
(require 'ox)
|
||||
@@ -87,7 +89,7 @@ tree itself."
|
||||
|
||||
LABEL is the label of the root node.
|
||||
|
||||
PREVIOUS is for internal use. It refers to the parent node of
|
||||
:PREVIOUS is for internal use. It refers to the parent node of
|
||||
NODE if NODE is a subtree of the root tree."
|
||||
(cond
|
||||
((stringp node) ;; it's a leaf!
|
||||
|
||||
Reference in New Issue
Block a user