-
Notifications
You must be signed in to change notification settings - Fork 740
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
Add a lexer for ARM assembly files #1057
Merged
Merged
Commits on Jul 23, 2019
-
Add a lexer for ARM assembly files
This is for the syntax used by ARM DS-5, Keil, RealView, ADS, SDT, objasm, asasm and aasm toolchains and *not* the same as that shared by GNU AS and Clang's integrated assembler.
Configuration menu - View commit details
-
Copy full SHA for a6f3196 - Browse repository at this point
Copy the full SHA a6f3196View commit details -
Configuration menu - View commit details
-
Copy full SHA for a08d2b9 - Browse repository at this point
Copy the full SHA a08d2b9View commit details -
Highlight shift types and orphaned condition codes the same as opcode…
…s; handle C preprocessor directives; don't split filespecs as though they are made of symbols and operators
Configuration menu - View commit details
-
Copy full SHA for 1893473 - Browse repository at this point
Copy the full SHA 1893473View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8ae144 - Browse repository at this point
Copy the full SHA a8ae144View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59698ff - Browse repository at this point
Copy the full SHA 59698ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 717e2df - Browse repository at this point
Copy the full SHA 717e2dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff04690 - Browse repository at this point
Copy the full SHA ff04690View commit details -
Configuration menu - View commit details
-
Copy full SHA for 875424e - Browse repository at this point
Copy the full SHA 875424eView commit details
Commits on Jul 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1a7d7fe - Browse repository at this point
Copy the full SHA 1a7d7feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 172e810 - Browse repository at this point
Copy the full SHA 172e810View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb83239 - Browse repository at this point
Copy the full SHA bb83239View commit details -
Configuration menu - View commit details
-
Copy full SHA for 983dc86 - Browse repository at this point
Copy the full SHA 983dc86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88bf039 - Browse repository at this point
Copy the full SHA 88bf039View commit details -
Configuration menu - View commit details
-
Copy full SHA for e13408f - Browse repository at this point
Copy the full SHA e13408fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c932e4 - Browse repository at this point
Copy the full SHA 7c932e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1820f33 - Browse repository at this point
Copy the full SHA 1820f33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37f0f88 - Browse repository at this point
Copy the full SHA 37f0f88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ddad5e - Browse repository at this point
Copy the full SHA 6ddad5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ddc46f7 - Browse repository at this point
Copy the full SHA ddc46f7View commit details
Commits on Jul 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 17c3c05 - Browse repository at this point
Copy the full SHA 17c3c05View commit details
Commits on Jul 30, 2019
-
[armasm] fix lexing of #else and #endif where no spaces/tabs follow
These two preprocessor statements have no parameters, so do not require following spaces.
Configuration menu - View commit details
-
Copy full SHA for a55c785 - Browse repository at this point
Copy the full SHA a55c785View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.