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
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 }}
jcppdev
/
jScriptBasic
Public
forked from
verhas/jScriptBasic
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
jScriptBasic
src
test
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 3, 2018
intelliJ analysis
Show description for 5560acd
verhas
committed
5560acd
View commit details
Copy full SHA for 5560acd
View code at this point
Browse repository at this point
Commits on Jul 30, 2018
code cleanup
Show description for 5e6ead4
verhas
committed
5e6ead4
View commit details
Copy full SHA for 5e6ead4
View code at this point
Browse repository at this point
Commits on Dec 20, 2017
extended documentation
verhas
committed
653fd51
View commit details
Copy full SHA for 653fd51
View code at this point
Browse repository at this point
documentation extended
Show description for b3aa184
verhas
committed
b3aa184
View commit details
Copy full SHA for b3aa184
View code at this point
Browse repository at this point
test extended
verhas
committed
e3ab880
View commit details
Copy full SHA for e3ab880
View code at this point
Browse repository at this point
should not check in DSL that each and every word in a sentence is a word. It can be number or even boolean (true/false)
verhas
committed
2eb67e1
View commit details
Copy full SHA for 2eb67e1
View code at this point
Browse repository at this point
sentence is a new keyword
Show description for 800ae13
verhas
committed
800ae13
View commit details
Copy full SHA for 800ae13
View code at this point
Browse repository at this point
Commits on Dec 18, 2017
comparing undef values is allowed from now on, till now it caused NPE
verhas
committed
0662e92
View commit details
Copy full SHA for 0662e92
View code at this point
Browse repository at this point
Commits on Dec 13, 2017
test fixed, stochastic run limit was limited by the time when the
Show description for 1dc08cb
verhas
committed
1dc08cb
View commit details
Copy full SHA for 1dc08cb
View code at this point
Browse repository at this point
Commits on Dec 12, 2017
minor refactoring
verhas
committed
000135f
View commit details
Copy full SHA for 000135f
View code at this point
Browse repository at this point
default is secure mode without USE and METHOD
Show description for b092ae6
verhas
committed
b092ae6
View commit details
Copy full SHA for b092ae6
View code at this point
Browse repository at this point
Commits on Dec 11, 2017
array size limitation can be configured
verhas
committed
2e7bcf9
View commit details
Copy full SHA for 2e7bcf9
View code at this point
Browse repository at this point
more documentation
verhas
committed
7a4e9bd
View commit details
Copy full SHA for 7a4e9bd
View code at this point
Browse repository at this point
more documentation
Show description for f4add90
verhas
committed
f4add90
View commit details
Copy full SHA for f4add90
View code at this point
Browse repository at this point
Commits on Dec 8, 2017
readers are exported to ease embedding into applications that need
Show description for 3defba8
verhas
committed
3defba8
View commit details
Copy full SHA for 3defba8
View code at this point
Browse repository at this point
just moving around some files in packages
verhas
committed
7614f61
View commit details
Copy full SHA for 7614f61
View code at this point
Browse repository at this point
Java method invocation works for interpreter aware methods
verhas
committed
614b512
View commit details
Copy full SHA for 614b512
View code at this point
Browse repository at this point
Commits on Dec 7, 2017
empty line deleted
verhas
committed
89b0f44
View commit details
Copy full SHA for 89b0f44
View code at this point
Browse repository at this point
invoking Java from BASIC passes the interpreter as first argument
Show description for 43bdb00
verhas
committed
43bdb00
View commit details
Copy full SHA for 43bdb00
View code at this point
Browse repository at this point
Executor renamed to TestingExecutor because its name fooled me already third time
Show description for 2208886
verhas
committed
2208886
View commit details
Copy full SHA for 2208886
View code at this point
Browse repository at this point
error is renamed to errorOutput in ScriptBasic
Show description for e251308
verhas
committed
e251308
View commit details
Copy full SHA for e251308
View code at this point
Browse repository at this point
exported interfaces and classes are moved to api and spi directory, also
Show description for 4c924b1
verhas
committed
4c924b1
View commit details
Copy full SHA for 4c924b1
View code at this point
Browse repository at this point
Configuration is moved to the api
verhas
committed
7082e44
View commit details
Copy full SHA for 7082e44
View code at this point
Browse repository at this point
Some interfaces are moved to API and BasicValue interface was created
verhas
committed
784edf8
View commit details
Copy full SHA for 784edf8
View code at this point
Browse repository at this point
SimpleHook and InterpreterHook was moved to the api
verhas
committed
c1af825
View commit details
Copy full SHA for c1af825
View code at this point
Browse repository at this point
ExecutionException was eliminated, now we have ScriptBasicException instead
verhas
committed
4269fa4
View commit details
Copy full SHA for 4269fa4
View code at this point
Browse repository at this point
Commits on Dec 6, 2017
BasicRuntimeException was moved to api
Show description for 0eec146
verhas
committed
0eec146
View commit details
Copy full SHA for 0eec146
View code at this point
Browse repository at this point
Interpreter interface implementation name followed the elimination of 'Extended' part
verhas
committed
3fae8cb
View commit details
Copy full SHA for 3fae8cb
View code at this point
Browse repository at this point
interface ExtendedInterpreter was eliminated, methods moved up to Interpreter
verhas
committed
da5c69b
View commit details
Copy full SHA for da5c69b
View code at this point
Browse repository at this point
imports optimized
verhas
committed
b5bbe93
View commit details
Copy full SHA for b5bbe93
View code at this point
Browse repository at this point
package factories renamed to context after all factories were eliminated
Show description for 910c6ec
verhas
committed
910c6ec
View commit details
Copy full SHA for 910c6ec
View code at this point
Browse repository at this point
Commits on Dec 1, 2017
executor test code uses stack walker instead of stack trace
Show description for 6431ed9
verhas
committed
6431ed9
View commit details
Copy full SHA for 6431ed9
View code at this point
Browse repository at this point
apt files are deleted
Show description for abc2049
verhas
committed
abc2049
View commit details
Copy full SHA for abc2049
View code at this point
Browse repository at this point
code cleanup, formatting
verhas
committed
2b69f09
View commit details
Copy full SHA for 2b69f09
View code at this point
Browse repository at this point
code cleanup
verhas
committed
0a52657
View commit details
Copy full SHA for 0a52657
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.