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
module test_extends | |
type shape | |
integer :: color | |
logical :: filled | |
integer :: x | |
integer :: y | |
end type shape | |
type, extends(shape :: rectangle | |
integer :: length | |
integer :: width |
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
;;; spelunker.el --- front-end for tags file generated by universal-ctags | |
;; Copyright (C) 2016 Masatake YAMATO | |
;; This program is free software; you can redistribute it and/or | |
;; modify it under the terms of the GNU General Public License as | |
;; published by the Free Software Foundation; either version 3, or | |
;; (at your option) any later version. | |
;; | |
;; This program is distributed in the hope that it will be useful, |
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
;;; spelunker.el --- front-end for tags file generated by universal-ctags | |
;; Copyright (C) 2016 Masatake YAMATO | |
;; This program is free software; you can redistribute it and/or | |
;; modify it under the terms of the GNU General Public License as | |
;; published by the Free Software Foundation; either version 3, or | |
;; (at your option) any later version. | |
;; | |
;; This program is distributed in the hope that it will be useful, |
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
;;; spelunker.el --- front-end for tags file generated by universal-ctags | |
;; Copyright (C) 2016 Masatake YAMATO | |
;; This program is free software; you can redistribute it and/or | |
;; modify it under the terms of the GNU General Public License as | |
;; published by the Free Software Foundation; either version 3, or | |
;; (at your option) any later version. | |
;; | |
;; This program is distributed in the hope that it will be useful, |
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
See https://gist.github.com/masatake/18ade8b1e1be07b53d228329ded4a856 |
This file has been truncated, but you can view the full file.
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
<body> | |
<table width="100%" border="0"> | |
<tr><th align="center" bgcolor="#CCCC00"><font size=6>History of Ghostscript versions 9.xx</font> | |
</table> | |
<h2>Table of contents</h2> |
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
diff --git a/main/parse.c b/main/parse.c | |
index 254c661..9a8c624 100644 | |
--- a/main/parse.c | |
+++ b/main/parse.c | |
@@ -1677,25 +1677,43 @@ static void doNothing (void) | |
{ | |
} | |
+static void optlibRunBaseParser (void) | |
+{ |
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
commit 129295aa67b290c87e04a67d3bf49b9a2da960c8 | |
Author: Masatake YAMATO <[email protected]> | |
Date: Tue May 9 10:34:40 2017 +0900 | |
temp | |
Signed-off-by: Masatake YAMATO <[email protected]> | |
diff --git a/parsers/jscript.c b/parsers/jscript.c | |
index 884c141..0b0f70f 100644 |
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
Hi, | |
I am a developer of @universal-ctags. | |
I would like to incorporate your <LANG> parser to universal-ctags. | |
universal-ctag is distributed under term of | |
GNU General Public License version 2 or (at your option) any later version. | |
If you allow me to incorporate your parser into universal-ctags, could you add | |
I would like you to add following copyright notice at the head of your .ctags: |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<manifest> | |
<remote name="github" fetch="https://github.com/" /> | |
<default revision="master" remote="github" /> | |
<project name="systemd/systemd.git" path="systemd" /> | |
</manifest> |
OlderNewer