Skip to content

Commit 21f89ba

Browse files
committed
Large restructuring of subdirectories.
Moved Hans-specific files to the hans subdirectory, and symlinked the rest up to the cmn or zhong directories. Did the same (where possible) for hant and yue. Verified that hans worked with ACE.
1 parent 71e5414 commit 21f89ba

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+3112
-37
lines changed

Version.lsp

Lines changed: 0 additions & 3 deletions
This file was deleted.

cmn/hans/Version.lsp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
;;; -*- Mode: TDL; Coding: utf-8 -*-
2+
(in-package :common-lisp-user)
3+
4+
(defparameter *grammar-version* "Mandarin Chinese - simplified (2014-08-22_03:10:28_UTC)")

ace/config.tdl renamed to cmn/hans/ace/config.tdl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
;;; -*- Mode: TDL; -*-
12
;;; files to load
23

3-
grammar-top := "../pet.tdl".
4+
grammar-top := "../hans-pet.tdl".
45
variable-property-mapping := "../semi.vpm".
56
preprocessor := "../repp/vanilla.rpp".
67
;generation-ignore-signs := "generation.ignore".
File renamed without changes.
File renamed without changes.

pet.tdl renamed to cmn/hans/hans-pet.tdl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@
1010
;;
1111

1212
:include "head-types".
13-
:include "mtr".
1413
:include "matrix".
15-
:include "mandarin".
14+
:include "trung".
15+
:include "zhong".
16+
:include "hans".
17+
:include "mtr".
1618

1719
:end :type.
1820

cmn/hans/hans.tdl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
;;; -*- Mode: TDL; Coding: utf-8 -*-
2+
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3+
;;; Grammar of Mandarin Chinese (simplified)
4+
;;; created by:
5+
;;; Sanghoun Song (2014-08-22)
6+
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
7+

cmn/hans/head-types.tdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../head-types.tdl
File renamed without changes.

0 commit comments

Comments
 (0)