"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "TeXmacs/progs/prog/octave-lang.scm" between
TeXmacs-2.1.1-src.tar.gz and TeXmacs-2.1.2-src.tar.gz

About: GNU TeXmacs is a scientific editing platform designed to create beautiful technical documents using a wysiwyg interface.

octave-lang.scm  (TeXmacs-2.1.1-src):octave-lang.scm  (TeXmacs-2.1.2-src)
skipping to change at line 14 skipping to change at line 14
;; MODULE : octave-lang.scm ;; MODULE : octave-lang.scm
;; DESCRIPTION : the Octave Language ;; DESCRIPTION : the Octave Language
;; COPYRIGHT : (C) 2020 Darcy Shen ;; COPYRIGHT : (C) 2020 Darcy Shen
;; ;;
;; This software falls under the GNU general public license version 3 or later. ;; This software falls under the GNU general public license version 3 or later.
;; It comes WITHOUT ANY WARRANTY WHATSOEVER. For details, see the file LICENSE ;; It comes WITHOUT ANY WARRANTY WHATSOEVER. For details, see the file LICENSE
;; in the root directory or <http://www.gnu.org/licenses/gpl-3.0.html>. ;; in the root directory or <http://www.gnu.org/licenses/gpl-3.0.html>.
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(texmacs-module (prog octave-lang) (texmacs-module (octave-lang)
(:use (prog default-lang))) (:use (prog default-lang)))
(tm-define (parser-feature lan key) (tm-define (parser-feature lan key)
(:require (and (== lan "octave") (== key "keyword"))) (:require (and (== lan "octave") (== key "keyword")))
`(,(string->symbol key) `(,(string->symbol key)
(constant (constant
"false" "true") "false" "true")
(declare_type "function" "endfunction" "class") (declare_type "function" "endfunction" "class")
(declare_module "pkg") (declare_module "pkg")
(keyword_conditional (keyword_conditional
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)