vrtc / pjass (public) (License: BSD) (since 2023-08-03) (hash sha1)
pjass is a free Jass scripting language parser. This repository is a fork of lep/pjass. The goal is to add Debian packaging. As of the time of this writing, it works for current stable, that is Debian 12 (bookworm).
List of commits:
Subject Hash Author Date (UTC)
pjass 10m 265bac6343dfeb09e1fc0af5c06571c7dc172455 Deaod 2010-02-15 12:15:00
pjass 10l 0c9161120896904b55b3cdd7b2f7430dd97f82e9 PitzerMike 2009-06-15 21:30:00
pjass 10k 43c1a8a167cdf2982af2c47056beeafcd1840537 Zoxc 2009-04-03 21:23:00
pjass 10j 16bbe625b7670a7affcf495e3370224c30582bca PitzerMike 2007-10-09 09:22:00
pjass 10i 1ecf3d1238619358a0aa9b1b919ed9ba97d36f84 PitzerMike 2007-09-29 11:57:00
pjass 10h dcb319607e8bb35637f86918962610683ada2b08 PitzerMike 2007-09-13 23:49:00
pjass 10g a5070a4d74abc627160481e592233fa26870d57a PitzerMike 2007-08-24 10:43:00
pjass 10f e6893a0480e2b1c9bb22f39a897a86e8d05123a6 PitzerMike 2007-04-28 08:26:00
Fake commit to cleanup the cvs-import of the pjass sourceforge repo. 7f2ea341ebf2ed939f99ec3b14403025446e25f5 lep 2017-01-11 14:07:30
Fixed some errors on Debian and removed some warnings. 28b8a48ff580cb1c06343b4f51194b9a18f0901c cilibrar 2004-08-15 07:15:22
Works under Linux, removed debug messages. 60be798cd6b6e8ad3432feecf3418c7d2662807f cilibrar 2004-08-15 07:10:44
*** empty log message *** e8d4118415a91b81e924c78fc26c9c48eddefd5f cilibrar 2004-08-15 07:07:53
Fixed -mno-cygwin option to work under just cygwin host_os 1190fdc75012f9b55c597cc46f9b1c814ca5b8c7 cilibrar 2004-08-15 07:06:56
More configuration guessing scripts. d738f380f0324e5ca4ecdde5b79af99e1a783f24 cilibrar 2004-08-15 07:03:34
More adjustments. 0e72fd7fb1af1faaea69beb731b3d675583c2d2f cilibrar 2004-08-15 07:02:02
Fixed options to compile under RedHat. 12c7b48712fcdd84a2b36ecd6f2d4979a19dc7be cilibrar 2004-08-15 06:38:26
Some boilerplate files. 3b14c4d0fd37d9b2d4ddd443a6f74a67793eb338 cilibrar 2004-08-15 06:19:21
Converted to autoconf, automake. 06b0d83604e6316c9e086af0ce08ac3f2d4e7b8a cilibrar 2004-08-15 06:13:25
*** empty log message *** 3a61644cba31faab849c60b0aaeba6e5ae6e0fbb cilibrar 2003-06-22 18:00:46
Fix error message for implicit redirection parameter. 547f94e18885bdb7d0a61908691268987ef03a0f cilibrar 2003-06-09 08:51:53
Commit 265bac6343dfeb09e1fc0af5c06571c7dc172455 - pjass 10m
Author: Deaod
Author date (UTC): 2010-02-15 12:15
Committer name: lep
Committer date (UTC): 2015-02-01 13:21
Parent(s): 0c9161120896904b55b3cdd7b2f7430dd97f82e9
Signer:
Signing key:
Signing status: N
Tree: df467119a25f0280287edd9e2d95642bd20e4133
File Lines added Lines deleted
Makefile 1 1
misc.c 1 1
pjass.res 0 0
readme.txt 1 1
token.l 3 1
File Makefile changed (mode: 100644) (index bacb61f..d833c0c)
1 1 CC=gcc.exe CC=gcc.exe
2 RESHCK=ResHacker.exe
2 RESHCK=Reshack\Reshacker.exe
3 3
4 4 all: pjass all: pjass
5 5
File misc.c changed (mode: 100644) (index 2d95c67..d867645)
11 11 #include "grammar.tab.h" #include "grammar.tab.h"
12 12 #include "misc.h" #include "misc.h"
13 13
14 #define VERSIONSTR "1.0l"
14 #define VERSIONSTR "1.0m"
15 15 #define ERRORLEVELNUM 4 #define ERRORLEVELNUM 4
16 16
17 17 int fno; int fno;
File pjass.res changed (mode: 100644) (index 78a979f..c8efdbf)
File readme.txt changed (mode: 100644) (index 0e4b068..73870f0)
1 pjass 09.10.2007 (v 1.0j)
1 pjass 15.02.2010 (v 1.0m)
2 2 A lightweight and fast Jass2 parser for bison/yacc A lightweight and fast Jass2 parser for bison/yacc
3 3 by Rudi Cilibrasi by Rudi Cilibrasi
4 4 Sun Jun 8 00:51:53 CEST 2003 Sun Jun 8 00:51:53 CEST 2003
File token.l changed (mode: 100644) (index fa9d943..23fa2bf)
... ... FSTRINGSTART ["]
36 36 FSTILLSTRINGA [^"\\] FSTILLSTRINGA [^"\\]
37 37 FSTILLSTRINGB [\\]. FSTILLSTRINGB [\\].
38 38 FSTRINGDONE ["] FSTRINGDONE ["]
39 UNITTYPEINT (['][\x01-\x26\x29-\x5B\x5D-\x7F]([\x01-\x26\x29-\x5B\x5D-\x7F][\x01-\x26\x29-\x5B\x5D-\x7F][\x01-\x26\x29-\x5B\x5D-\x7F])?['])
39 /*UNITTYPEINT (['][\x01-\x26\x29-\x5B\x5D-\x7F]([\x01-\x26\x29-\x5B\x5D-\x7F][\x01-\x26\x29-\x5B\x5D-\x7F][\x01-\x26\x29-\x5B\x5D-\x7F])?['])*/
40 /* Deaod -- 15.02.2010*/
41 UNITTYPEINT (['][\x01-\x26\x28-\x5B\x5D-\x7F]([\x01-\x26\x28-\x5B\x5D-\x7F][\x01-\x26\x28-\x5B\x5D-\x7F][\x01-\x26\x28-\x5B\x5D-\x7F])?['])
40 42
41 43 %% %%
42 44
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/vrtc/pjass

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/vrtc/pjass

Clone this repository using git:
git clone git://git.rocketgit.com/user/vrtc/pjass

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main