Commit Graph

15 Commits

Author SHA1 Message Date
Will Speak
55c21c397d docs: add Will Speak to AUTHORS file with email contact
Append a new contributor entry for Will Speak with their email address
to the project's AUTHORS file, following the existing formatting
convention used for other contributors.
2015-10-18 09:55:34 +00:00
minirop
dba104a696 feat: implement scientific notation parsing for number literals in wren compiler
Add support for parsing scientific notation (e.g., 2.55e2, -2.55e-2) in the
readNumber function of wren_compiler.c. The implementation handles optional
negative exponents, validates that exponent digits follow 'e'/'E', and emits
a lex error for unterminated scientific notation. Also adds comprehensive
test cases covering valid scientific literals, missing exponents, floating
exponents, missing fractional parts, and multiple exponents.
2015-07-10 16:07:48 +00:00
Starbeamrainbowlabs
64df01a383 fix: correct typo in AUTHORS file and add new contributor entry
Fix the misspelling of "incomplete" in the AUTHORS file header and append
Starbeamrainbowlabs with their email to the list of contributors.
2015-07-01 17:48:04 +00:00
Evan Hahn
4837a904ae feat: add Evan Hahn to AUTHORS file with email contact
Add Evan Hahn <me@evanhahn.com> as a new contributor entry in the AUTHORS file, appended after existing contributor Patricio Mac Adden.
2015-04-25 16:19:55 +00:00
Patricio Mac Adden
3798e4557a docs: add Patricio Mac Adden to AUTHORS file
Add Patricio Mac Adden <patriciomacadden@gmail.com> as a new contributor
to the project's AUTHORS file, acknowledging their contributions.
2015-04-05 22:52:12 +00:00
Thorbjørn Lindeijer
3e65af35c3 chore: add Thorbjørn Lindeijer to AUTHORS file with email address
Fix missing closing angle bracket on Raymond Sohn's email and append
new contributor entry for Thorbjørn Lindeijer <bjorn@lindeijer.nl>.
2015-03-25 23:01:34 +00:00
hachibu
2ce0502a5f feat: add Raymond Sohn to AUTHORS file with email contact
Append Raymond Sohn's name and email address to the list of project contributors in the AUTHORS file, following the existing format and fixing the missing newline at end of file for Marco Lizza's entry.
2015-03-01 12:50:30 +00:00
Marco Lizza
14a2c8b19c chore: add Marco Lizza to AUTHORS file for project contributions 2015-01-21 10:06:22 +00:00
Luchs
6530926aab docs: add Lukas Werling to AUTHORS file
Add Lukas Werling's name and email address to the project's AUTHORS file,
inserting the new entry after the existing contributor Gavin Schulz.
2015-01-16 08:53:14 +00:00
Gavin Schulz
1cb0e73bf0 docs: add Gavin Schulz to AUTHORS file with email contact 2015-01-16 03:06:24 +00:00
Evan Shaw
3e8d740c12 chore: add Evan Shaw to AUTHORS file with email address 2015-01-07 20:51:13 +00:00
Bob Nystrom
ba91af1f4d chore: add Paul Woolcock to AUTHORS file to resolve merge conflict 2015-01-06 05:58:23 +00:00
Kyle Marek-Spartz
864a70abdf feat: make Python scripts compatible with both Python 2 and 3
Update print statements to function syntax, add from __future__ import print_function in test.py, change shebangs to /usr/bin/env python, replace str.translate with re.sub for anchor sanitization in generate_docs.py, and decode subprocess output to utf-8 in test.py for cross-version string handling.
2015-01-06 02:09:23 +00:00
Paul Woolcock
be1ceaa6d0 chore: add Paul Woolcock to AUTHORS list with email address
Append Paul Woolcock's name and email (paul@woolcock.us) to the end of the AUTHORS file, following the existing entry for Robert Nystrom.
2015-01-05 16:02:52 +00:00
Bob Nystrom
e07fe5149b docs: add AUTHORS file and expand contributor guide with detailed workflow
- Create AUTHORS file listing Robert Nystrom as initial contributor
- Rewrite README to emphasize Wren as concurrent scripting language with fiber examples
- Expand contributing.markdown with structured sections for finding tasks and making changes
- Update index.markdown with call-to-action links for trying and contributing
2015-01-04 21:36:23 +00:00