-
Notifications
You must be signed in to change notification settings - Fork 631
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Falconpl updates #8
Conversation
* Add helper functions skipString and skipSpace * Update copyright header * Replace white space loops with new skipSpace function * Add another file type extension to parserDefinition * Add boolean function isIdentifierChar to identify alpha-numeric characters or underscores. Implement in loops.
ill add this later, the problem is you add my github name in the auther everywhere. I don't think it makes that much sense to do that. |
crap! I can fix that. I love pull requests but I wish it would let me pick specific commits to send to you instead of automatically pulling in every one by default... but now that I think about it, given whats supposed to be a standard git workflow, that makes sense. |
I undid the pull that credited you as someone else. Sorry about that! |
i added your two commits for now. i'll think about maintainers later |
@fishman, could you please pull commit caeb408. It's an update to the falcon test file. If you'd pull that one I would be OK with closing this pull request for now; it's your repository, do you as you please :) PS. you can probably pull commit 8d4dba9 as well. It updates the read me to this repository. |
…C-and-C++ Separate roles in c and c++
df92d33e Merge pull request universal-ctags#14 from masatake/delete-unused-variable ca2c510a Remove an unused constant fbd32ce5 Specify -Wall 032c361f Merge pull request universal-ctags#9 from masatake/add-function-for-accessing-pseudo-tags 02ef33e0 gitignore: simplified b5acda83 tests: add a case for tagsFirstPseudoTag() and tagsNextPseudoTag() d0a854be tagsFirstPseudoTag,tagsNextPseudoTag: add functions to access pseudo tags bc8f7b8e refactor: introduce findNextFull(), customizable version of findNext() 19e8dca2 refactor: introduce findSequentialFull(), customizable version of findSequential() 28e0767e refactor: introduce a predicate function for testing a line starting with "!_" e56b7dc4 Merge pull request universal-ctags#8 from masatake/fix-buildsys-for-make-distcheck d1146037 circleci: run "make distcheck" on fedora31 1c96f500 tests: change the directory where input files exist 3d05b544 tests: update a comment f0a48a6f tests: fix the name of a test input file a295cb57 tests: fix the path for header inclusion 238d1800 Merge pull request universal-ctags#7 from masatake/pkg-config-file 748082c3 Merge pull request #6 from masatake/add-test-case-for-tagsFind 5295186e Fix the library description in .pc file dbca5137 tests: add a case for testing tagsFind and tagsFindNext 2d8edf50 tests: update comments b9ac2209 Merge pull request #5 from masatake/revise-tagsOpen 1f9a1ab3 tests: verify the behavior of tagsOpen() when tagFileInfo is NULL d53217f0 tagsOpen: revise the implementation 6d051772 Add .circleci/config.yml fafecf2a Implement "make check" 13b252fe cosmetic: delete empty lines git-subtree-dir: libreadtags git-subtree-split: df92d33eb312db710b995a75e21cff3f0e4efa0e
This is a series of commits that will do a lot.
The first commit clean-up the falcon pl code considerably and made it more manageable for further expansion.
There are a couple of other commits that update the repository to reflect we're now on Github
It also adds a piece to the simple.fal test file.