[root]/src/mugen/parser
doc
(2 files, 315 lines)
example
(6 files, 325 lines)
tests
(10 files, 19 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 641 (100.0%) | 17956 (100.0%) | 28.0 |
kazzmir | 610 (95.2%) | 17564 (97.8%) | 28.7 |
juvinious | 31 (4.8%) | 392 (2.2%) | 12.6 |
[mugen] Changed peg to BSD license.
1 lines of code changed in 1 file:
[vembyr] dont show code in backtraces
33 lines of code changed in 1 file:
[vembyr] localize imports of generation modules
9 lines of code changed in 1 file:
[vembyr] show alternatives in rule trace
9 lines of code changed in 2 files:
[vembyr] show the current rule backtrace during debugging. use intptr_t to cast a pointer instead of long
17 lines of code changed in 2 files:
[vembyr] add example with ast nodes
2 lines of code changed in 1 file:
put parse function with a predefined length in the header file
5 lines of code changed in 2 files:
peg: add makefile to build generated parsers
44 lines of code changed in 1 file:
peg: fix maybe pattern for python. [mugen] parse more state stuff
16 lines of code changed in 2 files:
[mugen] start serialization translator
6 lines of code changed in 1 file:
[mugen] allow -- comments in .def files
1 lines of code changed in 1 file:
[mugen] dont confuse sca hit attributes for resources. check if the hit attributes matches whats in the reversal attributes
9 lines of code changed in 1 file:
[mugen] search for a character def file in the directory specified for instant modes. allow clsn arrays to leave off the number of the clsn since its specified in the clsn declaration anyway
7 lines of code changed in 1 file:
remove dead variables and other small fixes from pyflakes
4 lines of code changed in 4 files:
[mugen] read mugen files by looking them up as abstract files
3 lines of code changed in 1 file:
start lua generator
52 lines of code changed in 2 files:
[mugen] parse H as a hitflag
1 lines of code changed in 1 file:
[mugen] treat AppendToClipboard the same as DisplayToClipboard. allow projectile expressions to look like functions
6 lines of code changed in 1 file:
[mugen] add object ids and implement ID and PlayerIdExist triggers
1 lines of code changed in 1 file:
[mugen] parse hitflags properly
19 lines of code changed in 1 file:
[mugen] add "front" as a possible word to ignore for resources
1 lines of code changed in 1 file:
[mugen] parse as#d# alpha values and start to figure out how the blend mode works
22 lines of code changed in 2 files:
[mugen] fix projhit hopefully
37 lines of code changed in 1 file:
[mugen] add argument ast class
1 lines of code changed in 1 file:
[mugen] implement projhit
2 lines of code changed in 1 file:
compile mugen as a library
0 lines of code changed in 1 file:
[mugen] add projhit as a function
1 lines of code changed in 1 file:
[mugen] prevent resources from being confused with other expressions. ignoreHitPause can be an expression
54 lines of code changed in 1 file:
[mugen] resources can accept expressions
4 lines of code changed in 1 file:
build util as a library. [vembyr] continue to work on the state stuff
104 lines of code changed in 2 files:
[vembyr] finish using dictionaries for the c++ generator. add performance test for the python bnf parser
143 lines of code changed in 3 files:
[vembyr] use more dictionaries
68 lines of code changed in 1 file:
[vembyr] use dictionary substitution based format strings. add in state ids
241 lines of code changed in 1 file:
[vembyr] make chunks an option. start to add global state mechanism
72 lines of code changed in 2 files:
[mugen] fix parsing some sounds/animations
1 lines of code changed in 1 file:
[mugen] use a new ast node to represent resources that come from different sff files
23 lines of code changed in 1 file:
[mugen] start to implement BindToTarget. add arguments to helper expressions
5 lines of code changed in 1 file:
move main() entry point to util. other minor cleanup
7 lines of code changed in 1 file:
parse utf8 characters
61 lines of code changed in 1 file:
add generator for c++ header files
48 lines of code changed in 2 files:
(439 more)