Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Compiler_hw1_lexical_analyzer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lang0909
Compiler_hw1_lexical_analyzer
Commits
133c31d2
Commit
133c31d2
authored
5 years ago
by
lang0909
Browse files
Options
Downloads
Patches
Plain Diff
add lexical sample2
parent
cdf9a878
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#2129
canceled
5 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ex2.txt
+22
-0
22 additions, 0 deletions
ex2.txt
with
22 additions
and
0 deletions
ex2.txt
0 → 100644
+
22
−
0
View file @
133c31d2
int f(double a, int v)
{
int _a_2_3 = 20; //_a_2_var //
int a____ = 30; /* a_____
var */
int _2___ = 40; // _2___ var */
int _____3 = 50; ///* ____3 var
int ___2__ = 60;
int _ = 10;
int ___ = 15;
"abc"";
"abcd""";
double a = 32.23E+2;
double wqe = -0.23e+2;
int abcdefghijklmnopqrstuvwxyz = 12312312312;
if(a==2)
{
a=3;
}
int a&^# = 23;
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment