Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
stepcode
/
stepcode
Public
Notifications
You must be signed in to change notification settings
Fork
131
Star
513
Code
Issues
66
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
stepcode
include
express
on
pretty_printers
User selector
All users
All time
Commit history
Commits on Aug 22, 2017
statement type converted from defines to enum so gdb can print types nicely
mpictor
committed
33a903b
View commit details
Copy full SHA for 33a903b
View code at this point
Browse repository at this point
Commits on Dec 26, 2014
add index to struct Variable_, fix some whitespace
mpictor
committed
6bac26d
View commit details
Copy full SHA for 6bac26d
View code at this point
Browse repository at this point
Commits on Jun 8, 2014
add simple sort to Linked_List implementation
cshorler
committed
65d3937
View commit details
Copy full SHA for 65d3937
View code at this point
Browse repository at this point
Commits on Mar 1, 2014
move keywords from express.[ch] to exp_kw.[ch]
mpictor
committed
2cd5d49
View commit details
Copy full SHA for 2cd5d49
View code at this point
Browse repository at this point
move some functions from express.[ch] to info.[ch]
mpictor
committed
6092c9b
View commit details
Copy full SHA for 6092c9b
View code at this point
Browse repository at this point
use 'const char *' for filename
mpictor
committed
0b16a41
View commit details
Copy full SHA for 0b16a41
View code at this point
Browse repository at this point
Commits on Feb 25, 2014
add flags.var to parser for procedure params marked VAR
mpictor
committed
14c854e
View commit details
Copy full SHA for 14c854e
View code at this point
Browse repository at this point
Commits on Feb 21, 2014
use Variable.offset to order LOCAL variables
Show description for 626635b
mpictor
committed
626635b
View commit details
Copy full SHA for 626635b
View code at this point
Browse repository at this point
Commits on Oct 2, 2013
remove get_filename - won't work on windows
mpictor
committed
061f6d9
View commit details
Copy full SHA for 061f6d9
View code at this point
Browse repository at this point
allows exppp output filename (or stdout) to be specified with -o
Show description for 68be23e
mpictor
committed
68be23e
View commit details
Copy full SHA for 68be23e
View code at this point
Browse repository at this point
unused macro
mpictor
committed
802f424
View commit details
Copy full SHA for 802f424
View code at this point
Browse repository at this point
Commits on Sep 15, 2013
number each error or warning printed by the parser
mpictor
committed
cd530f1
View commit details
Copy full SHA for cd530f1
View code at this point
Browse repository at this point
print warning for extremely small REALs
Show description for a3186c1
mpictor
committed
a3186c1
View commit details
Copy full SHA for a3186c1
View code at this point
Browse repository at this point
eliminate unused functions LISTremove, TYPEget_tagname
mpictor
committed
48ed46f
View commit details
Copy full SHA for 48ed46f
View code at this point
Browse repository at this point
unused parameter
mpictor
committed
a778c40
View commit details
Copy full SHA for a778c40
View code at this point
Browse repository at this point
discarded const qualifier
mpictor
committed
6af2650
View commit details
Copy full SHA for 6af2650
View code at this point
Browse repository at this point
comparison between signed and unsigned
mpictor
committed
60087be
View commit details
Copy full SHA for 60087be
View code at this point
Browse repository at this point
LISTdo_n macro - make it possible to nest LISTdo's without -Wshadow warnings
mpictor
committed
c5f3b12
View commit details
Copy full SHA for c5f3b12
View code at this point
Browse repository at this point
fix some warnings
mpictor
committed
cac6c3f
View commit details
Copy full SHA for cac6c3f
View code at this point
Browse repository at this point
Commits on Sep 14, 2013
create Type_Repeat for repeat expr's
mpictor
committed
383c18e
View commit details
Copy full SHA for 383c18e
View code at this point
Browse repository at this point
Commits on Sep 8, 2013
represent EXPRESS reals with double, not float
mpictor
committed
a40f9ba
View commit details
Copy full SHA for a40f9ba
View code at this point
Browse repository at this point
improve comment for TypeBody->flags.repeat
mpictor
committed
2812c30
View commit details
Copy full SHA for 2812c30
View code at this point
Browse repository at this point
eliminate some C++-style comment warnings
mpictor
committed
b9a9201
View commit details
Copy full SHA for b9a9201
View code at this point
Browse repository at this point
Commits on Sep 5, 2013
Replace LISTadd macro with LISTadd_last
Show description for c4bc306
mpictor
committed
c4bc306
View commit details
Copy full SHA for c4bc306
View code at this point
Browse repository at this point
fix some [-Woverflow] warnings for bit-wide signed ints
Show description for 0cccfdd
mpictor
committed
0cccfdd
View commit details
Copy full SHA for 0cccfdd
View code at this point
Browse repository at this point
Commits on Jul 21, 2013
cleanup, make it possible to print libexpress option help from external code
mpictor
committed
2b783b7
View commit details
Copy full SHA for 2b783b7
View code at this point
Browse repository at this point
silence two Wundef warnings
mpictor
committed
b6f708a
View commit details
Copy full SHA for b6f708a
View code at this point
Browse repository at this point
remove unused LISTcreate_with() macro
Show description for df14d81
mpictor
committed
df14d81
View commit details
Copy full SHA for df14d81
View code at this point
Browse repository at this point
Commits on Apr 14, 2013
replace all references to SCL with SC in CMake files and code
mpictor
committed
5fa4b17
View commit details
Copy full SHA for 5fa4b17
View code at this point
Browse repository at this point
Commits on Apr 1, 2013
Make a stab at merging in changes from https://github.com/stepcode/stepcode/pull/192, needed for select_lookup_enum.exp
starseeker
committed
36dc0dd
View commit details
Copy full SHA for 36dc0dd
View code at this point
Browse repository at this point
Commits on Mar 6, 2013
Run Astyle to sync file layouts
starseeker
committed
8d73798
View commit details
Copy full SHA for 8d73798
View code at this point
Browse repository at this point
Commits on Mar 5, 2013
Make a stab at merging master and brlcad. Not properly working yet, need to remove some files, etc.
starseeker
committed
784363b
View commit details
Copy full SHA for 784363b
View code at this point
Browse repository at this point
Commits on Jul 12, 2012
apply changes for fedex_python from SCL git 10999e7 and 2dcfaed
Nicholas Reed
committed
6c1f70d
View commit details
Copy full SHA for 6c1f70d
View code at this point
Browse repository at this point
Commits on Jul 11, 2012
combine multiple definitions of LISTempty
Nicholas Reed
committed
c073fbe
View commit details
Copy full SHA for c073fbe
View code at this point
Browse repository at this point
Commits on Jun 26, 2012
Address warning about indexing with char type values based on ASCII characters (same problem as in r51103). Unlikely to be a problem in this case so just quell by casting to int. SCL git 512968e an…
Show description for 1483ccb
Nicholas Reed
committed
1483ccb
View commit details
Copy full SHA for 1483ccb
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.