Sasha Koshka sashakoshka
sashakoshka pushed to implement-enumerated-constants at fspl/fspl 2024-04-03 16:52:22 +00:00
7d8378f7d8 Fix FSPL parser readme tree
sashakoshka pushed to implement-enumerated-constants at fspl/fspl 2024-04-03 16:41:50 +00:00
7ea24b8b31 Add constants to entity
172b2fc8db Added constants to the spec
c7191ff678 Add enumerated constant access to parser readme
Compare 3 commits »
sashakoshka created branch implement-enumerated-constants in fspl/fspl 2024-04-03 16:41:50 +00:00
sashakoshka pushed to main at fspl/fspl 2024-04-03 15:04:19 +00:00
018dc31d04 Update FSPL parser readme
sashakoshka pushed to main at fspl/fspl 2024-04-03 15:02:40 +00:00
520f7cc18a Update FSPL parser readme
sashakoshka commented on issue bonsai/coreutils#89 2024-04-02 19:04:11 +00:00
Directory structure

I can't name a language that requires this, and any that does is probably too complicated to coexist with these tools anyway. Mine does, although it's not production ready yet.

sashakoshka opened issue fspl/fspl#77 2024-04-02 18:58:04 +00:00
Add flag for requiring specific units
sashakoshka pushed to main at fspl/fspl 2024-04-02 18:36:54 +00:00
4b90ba77d3 Capitalize W*ndows
sashakoshka closed issue fspl/fspl#74 2024-04-02 07:01:21 +00:00
Need concept of reserved identifiers
sashakoshka commented on issue fspl/fspl#74 2024-04-02 07:01:21 +00:00
Need concept of reserved identifiers

Implemented by #76

sashakoshka deleted branch implement-reserved-identifiers from fspl/fspl 2024-04-02 07:01:01 +00:00
sashakoshka pushed to main at fspl/fspl 2024-04-02 07:01:01 +00:00
2a6f086350 Merge pull request 'implement-reserved-identifiers' (#76) from implement-reserved-identifiers into main
767e7bd33c Fix analyzer tests that used "switch" as function name
6c41e71ade Analyzer tests for reserved idents
423f3ba22f Add function in parser for checking if a word is reserved
Compare 4 commits »
sashakoshka merged pull request fspl/fspl#76 2024-04-02 07:00:59 +00:00
implement-reserved-identifiers
sashakoshka created pull request fspl/fspl#76 2024-04-02 07:00:54 +00:00
implement-reserved-identifiers
sashakoshka pushed to implement-reserved-identifiers at fspl/fspl 2024-04-02 07:00:03 +00:00
767e7bd33c Fix analyzer tests that used "switch" as function name
6c41e71ade Analyzer tests for reserved idents
423f3ba22f Add function in parser for checking if a word is reserved
Compare 3 commits »
sashakoshka pushed to implement-reserved-identifiers at fspl/fspl 2024-04-02 06:56:04 +00:00
6de033e2a5 Fix analyzer tests that used "switch" as function name
719b07ee9f Analyzer tests for reserved idents
Compare 2 commits »
sashakoshka pushed to implement-reserved-identifiers at fspl/fspl 2024-04-01 19:36:45 +00:00
488349acbd Add function in parser for checking if a word is reserved
sashakoshka created branch implement-reserved-identifiers in fspl/fspl 2024-04-01 19:36:45 +00:00
sashakoshka closed issue fspl/fspl#72 2024-04-01 15:53:40 +00:00
Compiler should use different search paths and filename extensions depending on OS