Skip to content

Commit 0808bc3

Browse files
committed
Parses the convertCurrency function
1 parent 7bf7a45 commit 0808bc3

File tree

10 files changed

+4205
-4048
lines changed

10 files changed

+4205
-4048
lines changed

.idea/libraries/Dart_Packages.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/src/antlr/grammars/apex/ApexLexer.dart

Lines changed: 1723 additions & 1711 deletions
Large diffs are not rendered by default.

lib/src/antlr/grammars/apex/ApexLexer.g4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ STANDARD : 'standard';
168168
DISTANCE : 'distance';
169169
GEOLOCATION : 'geolocation';
170170
GROUPING : 'grouping';
171+
CONVERT_CURRENCY : 'convertcurrency'; // used in both SOQL and SOSL
171172

172173
// SOQL Date functions
173174
CALENDAR_MONTH : 'calendar_month';

lib/src/antlr/grammars/apex/ApexLexer.interp

Lines changed: 4 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)