chore: add Eask pipeline
All checks were successful
CI / build (29.4) (push) Successful in 1m17s
CI / build (snapshot) (push) Successful in 1m3s

This commit is contained in:
2024-09-12 23:12:45 +02:00
parent 570d97004d
commit 75a0d5887e
7 changed files with 100 additions and 9 deletions

View File

@@ -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!