-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
3 changed files
with
17 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
-*- org -*- | ||
#+TITLE: Guile-TS NEWS | ||
|
||
Copyright (C) 2023 Zheng Junjie <[email protected]> | ||
|
||
* Changes in 0.2.0 (since 0.1.0) | ||
** New Functionality | ||
*** substring-utf8: new procedure. | ||
** Change | ||
*** ts-parser-parse-string: Supports two arguments. | ||
*** get-ts-language-from-file support TREE_SITTER_GRAMMAR_PATH environment variable. | ||
*** ts-node-childs: change from goop's method to procedure. | ||
** Bug fixes | ||
*** some object will correct run the finalizer. | ||
*** ts-node-{first-child-for-byte,descendant-for-byte-range}: fix no provide named case |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Process this file with autoconf to produce a configure script. | ||
|
||
AC_PREREQ([2.69]) | ||
AC_INIT([guile-ts], [0.1.0], [[email protected]], | ||
AC_INIT([guile-ts], [0.2.0], [[email protected]], | ||
[guile-ts], | ||
[https://github.com/Z572/guile-ts]) | ||
AC_CONFIG_SRCDIR([ts/init.c]) | ||
|
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