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 }}
devonsparks
/
stepcode
Public
forked from
stepcode/stepcode
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
stepcode
src
exp2python
python
SCL
on
develop
User selector
All users
All time
Commit history
Commits on Jun 11, 2022
exp2py: raise NotImplementedError when appropriate
cshorler
committed
fed696d
View commit details
Copy full SHA for fed696d
View code at this point
Browse repository at this point
exp2py: use relative imports for SCL library
cshorler
committed
7aa4309
View commit details
Copy full SHA for 7aa4309
View code at this point
Browse repository at this point
Part21 Legacy Parser
Show description for 3c21bf0
cshorler
committed
3c21bf0
View commit details
Copy full SHA for 3c21bf0
View code at this point
Browse repository at this point
Part21 alternative Lexer / Parser specification
Show description for 0f303d5
cshorler
committed
0f303d5
View commit details
Copy full SHA for 0f303d5
View code at this point
Browse repository at this point
prototype re2c based LL(3) Part21 parser
cshorler
committed
cfbd073
View commit details
Copy full SHA for cfbd073
View code at this point
Browse repository at this point
exploration of sqlite3 plugin (based on json1.c) for allowing high performance predicates, intended as a layer between ORM and direct database manipulation
cshorler
committed
cd8efa6
View commit details
Copy full SHA for cd8efa6
View code at this point
Browse repository at this point
python SCL standardise all class declarations (remove object base)
cshorler
committed
b42a909
View commit details
Copy full SHA for b42a909
View code at this point
Browse repository at this point
Added new sanity test for Part 21 parser.
cshorler
committed
bfe5219
View commit details
Copy full SHA for bfe5219
View code at this point
Browse repository at this point
fixup some exp2py tests
cshorler
committed
f8b786a
View commit details
Copy full SHA for f8b786a
View code at this point
Browse repository at this point
remove Python 2.6 compatibility code
cshorler
committed
f11d325
View commit details
Copy full SHA for f11d325
View code at this point
Browse repository at this point
Commits on Oct 9, 2020
Merge pull request #401 from luzpaz/typos
Show description for 548fd82
cshorler
authored
548fd82
View commit details
Copy full SHA for 548fd82
View code at this point
Browse repository at this point
Merge pull request #399 from luzpaz/Issue-395
Show description for 2375f10
cshorler
authored
2375f10
View commit details
Copy full SHA for 2375f10
View code at this point
Browse repository at this point
Commits on Oct 8, 2020
Fix typos
Show description for 9285090
luzpaz
committed
9285090
View commit details
Copy full SHA for 9285090
View code at this point
Browse repository at this point
Fix all 'Testing equality to None' issues
Show description for 227dbb8
luzpaz
committed
227dbb8
View commit details
Copy full SHA for 227dbb8
View code at this point
Browse repository at this point
Rename NotImplemented() to NotImplementedError()
Show description for f2ebe24
luzpaz
committed
f2ebe24
View commit details
Copy full SHA for f2ebe24
View code at this point
Browse repository at this point
Commits on Jan 4, 2019
Use print() function in both Python 2 and Python 3
Show description for 284b189
cclauss
committed
284b189
View commit details
Copy full SHA for 284b189
View code at this point
Browse repository at this point
Commits on Jul 13, 2018
Misc. typos
Show description for f93abd2
luzpaz
committed
f93abd2
View commit details
Copy full SHA for f93abd2
View code at this point
Browse repository at this point
Commits on Jan 4, 2018
Misc. typo
luzpaz
committed
e20def2
View commit details
Copy full SHA for e20def2
View code at this point
Browse repository at this point
Commits on Nov 27, 2017
Misc. typos
luzpaz
committed
11942a3
View commit details
Copy full SHA for 11942a3
View code at this point
Browse repository at this point
Commits on Oct 3, 2017
More typos
luzpaz
committed
575a2f9
View commit details
Copy full SHA for 575a2f9
View code at this point
Browse repository at this point
Commits on Sep 15, 2017
Misc. typos
Show description for 0eb7aab
luzpaz
committed
0eb7aab
View commit details
Copy full SHA for 0eb7aab
View code at this point
Browse repository at this point
Commits on Mar 4, 2017
Fixed typos showing up as ascii chars
Show description for 15afe96
luzpaz
committed
15afe96
View commit details
Copy full SHA for 15afe96
View code at this point
Browse repository at this point
Commits on Jul 8, 2015
simplification - invocation of t_STRING / t_BINARY guarantees we can use string slicing rather than strip()
cshorler
committed
915e0de
View commit details
Copy full SHA for 915e0de
View code at this point
Browse repository at this point
Commits on Jul 7, 2015
fix list / params handling
cshorler
committed
9c83ba3
View commit details
Copy full SHA for 9c83ba3
View code at this point
Browse repository at this point
implement value conversions for simple types
cshorler
committed
13f36c1
View commit details
Copy full SHA for 13f36c1
View code at this point
Browse repository at this point
Commits on Jul 6, 2015
make default implementation take bigger "slurps" looking for PART21_START tokens
cshorler
committed
6b26410
View commit details
Copy full SHA for 6b26410
View code at this point
Browse repository at this point
change handling of base_tokens to simplify subclass implementations
cshorler
committed
3e84677
View commit details
Copy full SHA for 3e84677
View code at this point
Browse repository at this point
Commits on Jul 5, 2015
Update tests function to parse every .stp file in the stepcode tree
Show description for 081cf35
cshorler
committed
081cf35
View commit details
Copy full SHA for 081cf35
View code at this point
Browse repository at this point
Lexer improvements
Show description for c1c3bc1
cshorler
committed
c1c3bc1
View commit details
Copy full SHA for c1c3bc1
View code at this point
Browse repository at this point
Python 2.6
Show description for 6351ff3
cshorler
committed
6351ff3
View commit details
Copy full SHA for 6351ff3
View code at this point
Browse repository at this point
Python 2.6 doesn't have NullHandler or dict comprehensions
cshorler
committed
a82f749
View commit details
Copy full SHA for a82f749
View code at this point
Browse repository at this point
Commits on Jun 24, 2015
raise ValueError instead of sys.exit if input doesn't have valid header / or duplicate entity instances
cshorler
committed
eaf9ffc
View commit details
Copy full SHA for eaf9ffc
View code at this point
Browse repository at this point
fix typo in rule
cshorler
committed
b72f4d4
View commit details
Copy full SHA for b72f4d4
View code at this point
Browse repository at this point
when subclassing due to ply's dir() usage to determine rules a start rule is necessary
cshorler
committed
b31d8ef
View commit details
Copy full SHA for b31d8ef
View code at this point
Browse repository at this point
files may contain multiple exchange structures, to allow for this add rudimentary state tracking
cshorler
committed
c865023
View commit details
Copy full SHA for c865023
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.