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 }}
verhas
/
jScriptBasic
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
20
Code
Issues
0
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
jScriptBasic
src
main
java
com
scriptbasic
syntax
commands
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 12, 2020
code cleanup suggested by IntelliJ
Show description for 6007835
verhas
committed
6007835
View commit details
Copy full SHA for 6007835
View code at this point
Browse repository at this point
a few refactor and typos
verhas
committed
914b05b
View commit details
Copy full SHA for 914b05b
View code at this point
Browse repository at this point
Commits on Jan 7, 2020
Fix NPE for CommandAnalyzerIf
PetrPytelka
committed
2d6c423
View commit details
Copy full SHA for 2d6c423
View code at this point
Browse repository at this point
Commits on Jan 6, 2020
Add support for single line statement (if .... then ... [else ...])
Show description for 103d740
PetrPytelka
committed
103d740
View commit details
Copy full SHA for 103d740
View code at this point
Browse repository at this point
Commits on Jan 3, 2020
Rename consumeEndOfLine to consumeEndOfStatement and allow to use colon as a statement separator
PetrPytelka
committed
a0c6d17
View commit details
Copy full SHA for a0c6d17
View code at this point
Browse repository at this point
Commits on Jan 1, 2020
Improved select case syntax parser. Check if there are only 'case' statements after 'select case <expr>'
PetrPytelka
committed
bf69d35
View commit details
Copy full SHA for bf69d35
View code at this point
Browse repository at this point
Commits on Dec 23, 2019
Support for select/case statement
PetrPytelka
committed
52e6fbe
View commit details
Copy full SHA for 52e6fbe
View code at this point
Browse repository at this point
Commits on Dec 18, 2019
Constants for all keywords
PetrPytelka
committed
61d75ea
View commit details
Copy full SHA for 61d75ea
View code at this point
Browse repository at this point
Commits on Dec 17, 2019
logging was converted to DEBUG from INFO at lot of places
verhas
committed
8813db1
View commit details
Copy full SHA for 8813db1
View code at this point
Browse repository at this point
Commits on Jan 18, 2019
javadoc fixup
Show description for 68f143a
verhas
committed
68f143a
View commit details
Copy full SHA for 68f143a
View code at this point
Browse repository at this point
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 Aug 2, 2018
Merge remote-tracking branch 'origin/master'
verhas
committed
fb990fc
View commit details
Copy full SHA for fb990fc
View code at this point
Browse repository at this point
BasicCommandFactory uses Java 10 features
verhas
committed
8f12167
View commit details
Copy full SHA for 8f12167
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 Jan 2, 2018
Basic lexical analyzer does not read beyond the last line, which caused problem when there was a syntax error on the last line and there was no \n at the end
Show description for 5979c7f
verhas
committed
5979c7f
View commit details
Copy full SHA for 5979c7f
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
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
comparing undef values is allowed from now on, till now it caused NPE
verhas
committed
5907bf9
View commit details
Copy full SHA for 5907bf9
View code at this point
Browse repository at this point
Commits on Dec 7, 2017
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
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
Commits on Dec 6, 2017
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
variables are made to be final
verhas
committed
f277b5a
View commit details
Copy full SHA for f277b5a
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
refactoring, deleting factories that are not used any more
verhas
committed
5919fe9
View commit details
Copy full SHA for 5919fe9
View code at this point
Browse repository at this point
Commits on Nov 30, 2017
compiles, some tests fails
verhas
committed
f38a772
View commit details
Copy full SHA for f38a772
View code at this point
Browse repository at this point
Commits on Nov 24, 2017
refactoring based on intelliJ suggestions
verhas
committed
842d891
View commit details
Copy full SHA for 842d891
View code at this point
Browse repository at this point
Commits on Nov 23, 2017
Command let was extended so that it can execute a simple expression for the side effect and does not care that there is nowhere to store the result
Show description for 8632003
verhas
committed
8632003
View commit details
Copy full SHA for 8632003
View code at this point
Browse repository at this point
Commits on Nov 21, 2017
documentation partially converted to md
Show description for 5ed7352
verhas
committed
5ed7352
View commit details
Copy full SHA for 5ed7352
View code at this point
Browse repository at this point
Commits on Nov 20, 2017
code refactoring
verhas
committed
0df65af
View commit details
Copy full SHA for 0df65af
View code at this point
Browse repository at this point
code refactoring
verhas
committed
31f1ab3
View commit details
Copy full SHA for 31f1ab3
View code at this point
Browse repository at this point
Commits on Nov 17, 2017
packages rearranged to support module structure better
Show description for 56b228a
verhas
committed
56b228a
View commit details
Copy full SHA for 56b228a
View code at this point
Browse repository at this point
Commits on Oct 30, 2017
first runs on Java 9
Show description for e238a86
verhas
committed
e238a86
View commit details
Copy full SHA for e238a86
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.