-
Notifications
You must be signed in to change notification settings - Fork 5
/
ugenmathcalc.inc
25 lines (19 loc) · 1.4 KB
/
ugenmathcalc.inc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
(******************************************************************************)
(* *)
(* Author : Uwe Schächterle (Corpsman) *)
(* *)
(* This file is part of ALT_F2 *)
(* *)
(* See the file license.md, located under: *)
(* https://github.com/PascalCorpsman/Software_Licenses/blob/main/license.md *)
(* for details about the license. *)
(* *)
(* It is not allowed to change or remove this text from any *)
(* source file of the project. *)
(* *)
(******************************************************************************)
// Die Unit Läuft mit und ohne Tokenizer
{$DEFINE UseTokenizer}
// Die Unit Läuft mit "Immer" einseitigen Unären Symbolen, und mit "Links, Rechts" seitigen Symbolen
{.$DEFINE Beidseitig}
{.$DEFINE ALLOW_RENDERTREE} // Wenn True, dann kann der PCalctree auf ein TCanvas visualisiert werden.