-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28 changed files
with
28 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; parse-it-actionscript.el --- Core parser for ActionScript -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2019-2022 Shen, Jen-Chieh <[email protected]> | ||
;; Copyright (C) 2019-2024 Shen, Jen-Chieh <[email protected]> | ||
|
||
;; This file is NOT part of GNU Emacs. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; parse-it-asm.el --- Core parser for Assembly Language -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2019-2022 Shen, Jen-Chieh <[email protected]> | ||
;; Copyright (C) 2019-2024 Shen, Jen-Chieh <[email protected]> | ||
|
||
;; This file is NOT part of GNU Emacs. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; parse-it-c++.el --- Core parser for C++ -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2019-2022 Shen, Jen-Chieh <[email protected]> | ||
;; Copyright (C) 2019-2024 Shen, Jen-Chieh <[email protected]> | ||
|
||
;; This file is NOT part of GNU Emacs. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; parse-it-c.el --- Core parser for C -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2019-2021 Shen, Jen-Chieh <[email protected]> | ||
;; Copyright (C) 2019-2024 Shen, Jen-Chieh <[email protected]> | ||
|
||
;; This file is NOT part of GNU Emacs. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; parse-it-csharp.el --- Core parser for CSharp -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2019-2021 Shen, Jen-Chieh <[email protected]> | ||
;; Copyright (C) 2019-2024 Shen, Jen-Chieh <[email protected]> | ||
|
||
;; This file is NOT part of GNU Emacs. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; parse-it-css.el --- Core parser for CSS -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2019-2022 Shen, Jen-Chieh <[email protected]> | ||
;; Copyright (C) 2019-2024 Shen, Jen-Chieh <[email protected]> | ||
|
||
;; This file is NOT part of GNU Emacs. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; parse-it-elisp.el --- Core parser for Emacs Lisp -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2020-2022 Shen, Jen-Chieh <[email protected]> | ||
;; Copyright (C) 2020-2024 Shen, Jen-Chieh <[email protected]> | ||
|
||
;; This file is NOT part of GNU Emacs. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; parse-it-go.el --- Core parser for Go -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2019-2022 Shen, Jen-Chieh <[email protected]> | ||
;; Copyright (C) 2019-2024 Shen, Jen-Chieh <[email protected]> | ||
|
||
;; This file is NOT part of GNU Emacs. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; parse-it-html.el --- Core parser for HTML -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2019-2022 Shen, Jen-Chieh <[email protected]> | ||
;; Copyright (C) 2019-2024 Shen, Jen-Chieh <[email protected]> | ||
|
||
;; This file is NOT part of GNU Emacs. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; parse-it-java.el --- Core parser for Java -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2019-2022 Shen, Jen-Chieh <[email protected]> | ||
;; Copyright (C) 2019-2024 Shen, Jen-Chieh <[email protected]> | ||
|
||
;; This file is NOT part of GNU Emacs. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; parse-it-js.el --- Core parser for JavaScript -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2019-2022 Shen, Jen-Chieh <[email protected]> | ||
;; Copyright (C) 2019-2024 Shen, Jen-Chieh <[email protected]> | ||
|
||
;; This file is NOT part of GNU Emacs. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; parse-it-json.el --- Core parser for JSON -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2019-2022 Shen, Jen-Chieh <[email protected]> | ||
;; Copyright (C) 2019-2024 Shen, Jen-Chieh <[email protected]> | ||
|
||
;; This file is NOT part of GNU Emacs. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; parse-it-kotlin.el --- Core parser for Kotlin -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2019-2022 Shen, Jen-Chieh <[email protected]> | ||
;; Copyright (C) 2019-2024 Shen, Jen-Chieh <[email protected]> | ||
|
||
;; This file is NOT part of GNU Emacs. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; parse-it-lisp.el --- Core parser for Lisp -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2020-2022 Shen, Jen-Chieh <[email protected]> | ||
;; Copyright (C) 2020-2024 Shen, Jen-Chieh <[email protected]> | ||
|
||
;; This file is NOT part of GNU Emacs. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; parse-it-lua.el --- Core parser for Lua -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2019-2022 Shen, Jen-Chieh <[email protected]> | ||
;; Copyright (C) 2019-2024 Shen, Jen-Chieh <[email protected]> | ||
|
||
;; This file is NOT part of GNU Emacs. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; parse-it-markdown.el --- Core parser for Markdown -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2019-2022 Shen, Jen-Chieh <[email protected]> | ||
;; Copyright (C) 2019-2024 Shen, Jen-Chieh <[email protected]> | ||
|
||
;; This file is NOT part of GNU Emacs. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; parse-it-objc.el --- Core parser for Objective-C -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2019-2022 Shen, Jen-Chieh <[email protected]> | ||
;; Copyright (C) 2019-2024 Shen, Jen-Chieh <[email protected]> | ||
|
||
;; This file is NOT part of GNU Emacs. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; parse-it-php.el --- Core parser for PHP -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2019-2022 Shen, Jen-Chieh <[email protected]> | ||
;; Copyright (C) 2019-2024 Shen, Jen-Chieh <[email protected]> | ||
|
||
;; This file is NOT part of GNU Emacs. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; parse-it-python.el --- Core parser for Python -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2019-2022 Shen, Jen-Chieh <[email protected]> | ||
;; Copyright (C) 2019-2024 Shen, Jen-Chieh <[email protected]> | ||
|
||
;; This file is NOT part of GNU Emacs. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; parse-it-r.el --- Core parser for R -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2019-2022 Shen, Jen-Chieh <[email protected]> | ||
;; Copyright (C) 2019-2024 Shen, Jen-Chieh <[email protected]> | ||
|
||
;; This file is NOT part of GNU Emacs. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; parse-it-typescript.el --- Core parser for TypeScript -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2019-2022 Shen, Jen-Chieh <[email protected]> | ||
;; Copyright (C) 2019-2024 Shen, Jen-Chieh <[email protected]> | ||
|
||
;; This file is NOT part of GNU Emacs. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; parse-it-swift.el --- Core parser for Swift -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2019-2022 Shen, Jen-Chieh <[email protected]> | ||
;; Copyright (C) 2019-2024 Shen, Jen-Chieh <[email protected]> | ||
|
||
;; This file is NOT part of GNU Emacs. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; parse-it-typescript.el --- Core parser for TypeScript -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2019-2022 Shen, Jen-Chieh <[email protected]> | ||
;; Copyright (C) 2019-2024 Shen, Jen-Chieh <[email protected]> | ||
|
||
;; This file is NOT part of GNU Emacs. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; parse-it-xml.el --- Core parser for XML -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2019-2022 Shen, Jen-Chieh <[email protected]> | ||
;; Copyright (C) 2019-2024 Shen, Jen-Chieh <[email protected]> | ||
|
||
;; This file is NOT part of GNU Emacs. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; parse-it-ast.el --- Core to build Abstract Syntax Tree (AST) -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2019-2022 Shen, Jen-Chieh <[email protected]> | ||
;; Copyright (C) 2019-2024 Shen, Jen-Chieh <[email protected]> | ||
|
||
;; This file is NOT part of GNU Emacs. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; parse-it-lex.el --- Basic lexical analysis -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2019-2022 Shen, Jen-Chieh <[email protected]> | ||
;; Copyright (C) 2019-2024 Shen, Jen-Chieh <[email protected]> | ||
|
||
;; This file is NOT part of GNU Emacs. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; parse-it-util.el --- Util define -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2019-2022 Shen, Jen-Chieh <[email protected]> | ||
;; Copyright (C) 2019-2024 Shen, Jen-Chieh <[email protected]> | ||
|
||
;; This file is NOT part of GNU Emacs. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; parse-it.el --- Basic Parser in Emacs Lisp -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2019-2022 Shen, Jen-Chieh | ||
;; Copyright (C) 2019-2024 Shen, Jen-Chieh | ||
;; Created date 2019-10-10 11:50:37 | ||
|
||
;; Author: Shen, Jen-Chieh <[email protected]> | ||
|