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
test
java
com
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 12, 2024
Add support for Date type and date specific functions (Year, Month, Day, DateSerial, DateAdd, CDate, DateDiff, IsDate, Date)
PetrPytelka
committed
c09e048
View commit details
Copy full SHA for c09e048
View code at this point
Browse repository at this point
Commits on Jan 9, 2023
deprecated security manager use in tests was removed and main does not call system.exit anymore
verhas
committed
5356cb6
View commit details
Copy full SHA for 5356cb6
View code at this point
Browse repository at this point
Commits on Feb 9, 2020
Support for empty value / uninitialized variable
PetrPytelka
committed
6786844
View commit details
Copy full SHA for 6786844
View code at this point
Browse repository at this point
Merge pull request #26 from PetrPytelka/symetric_comparator
Show description for 58278a9
verhas
authored
58278a9
View commit details
Copy full SHA for 58278a9
View code at this point
Browse repository at this point
Merge pull request #21 from PetrPytelka/improved_round_function
Show description for 7a19b39
verhas
authored
7a19b39
View commit details
Copy full SHA for 7a19b39
View code at this point
Browse repository at this point
Commits on Feb 5, 2020
Refactorized AbstractCompareOperator / improved comparison between different types. Do not prefer left operand over right operand. E.g.: newly 3.0=3 is same as 3=3.0
PetrPytelka
committed
adb0775
View commit details
Copy full SHA for adb0775
View code at this point
Browse repository at this point
Commits on Feb 3, 2020
New functions CLng and CDbl
PetrPytelka
committed
d4dcfcc
View commit details
Copy full SHA for d4dcfcc
View code at this point
Browse repository at this point
Commits on Jan 27, 2020
Case insensitive operators (Operators Not, And, Or are case insensitive)
PetrPytelka
committed
e1893d4
View commit details
Copy full SHA for e1893d4
View code at this point
Browse repository at this point
Commits on Jan 24, 2020
Round function was extended with optional parameter numdecimalplaces, increased compatibility with VBA implementation
PetrPytelka
committed
ed1978f
View commit details
Copy full SHA for ed1978f
View code at this point
Browse repository at this point
Commits on Jan 12, 2020
test that chacks that Class methods used directly through Java are still case sensitive
verhas
committed
20a0eef
View commit details
Copy full SHA for 20a0eef
View code at this point
Browse repository at this point
tests extended to check all different calls to be case insensitive
verhas
committed
f8af049
View commit details
Copy full SHA for f8af049
View code at this point
Browse repository at this point
Commits on Jan 8, 2020
Merge pull request #16 from PetrPytelka/fix_npe_CommandAnalyzerIf
Show description for c52da90
verhas
authored
c52da90
View commit details
Copy full SHA for c52da90
View code at this point
Browse repository at this point
Fix parameter start for mid function (indexed from 1)
PetrPytelka
committed
70e6a92
View commit details
Copy full SHA for 70e6a92
View code at this point
Browse repository at this point
Commits on Jan 7, 2020
Add string function LEFT
PetrPytelka
committed
03170ae
View commit details
Copy full SHA for 03170ae
View code at this point
Browse repository at this point
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 2, 2020
Merge pull request #14 from PetrPytelka/improved_select_case_parsing
Show description for 2216ab6
verhas
authored
2216ab6
View commit details
Copy full SHA for 2216ab6
View code at this point
Browse repository at this point
target is 11 again
verhas
committed
b4fe95e
View commit details
Copy full SHA for b4fe95e
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 24, 2019
upped to Java 13
verhas
committed
f6dd905
View commit details
Copy full SHA for f6dd905
View code at this point
Browse repository at this point
Merge pull request #10 from PetrPytelka/add_select_case
Show description for 1dc1f62
verhas
authored
1dc1f62
View commit details
Copy full SHA for 1dc1f62
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/master'
verhas
committed
33eab4d
View commit details
Copy full SHA for 33eab4d
View code at this point
Browse repository at this point
minor updates
verhas
committed
fe470f2
View commit details
Copy full SHA for fe470f2
View code at this point
Browse repository at this point
Commits on Dec 23, 2019
string concatenation of two expressions with & operator
PetrPytelka
committed
19caa62
View commit details
Copy full SHA for 19caa62
View code at this point
Browse repository at this point
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
Merge pull request #6 from PetrPytelka/colon_as_multiline_separator
Show description for 99880ee
verhas
authored
99880ee
View commit details
Copy full SHA for 99880ee
View code at this point
Browse repository at this point
Commits on Dec 16, 2019
Fix failing tests (incorrect exception type)
PetrPytelka
committed
2c1a160
View commit details
Copy full SHA for 2c1a160
View code at this point
Browse repository at this point
Add colon as multi-line separator, see: https://docs.microsoft.com/en-us/dotnet/visual-basic/programming-guide/program-structure/how-to-break-and-combine-statements-in-code#to-place-multiple-statem…
Show description for 9041906
PetrPytelka
committed
9041906
View commit details
Copy full SHA for 9041906
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
unit test was refactored for JUnit5
verhas
committed
c9e3b75
View commit details
Copy full SHA for c9e3b75
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 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
Previous
Next
You can’t perform that action at this time.