summary refs log tree commit diff stats
path: root/doc/manual/syntax.txt
Commit message (Collapse)AuthorAgeFilesLines
* Misc documentation fixesSimon Ruderich2016-09-171-1/+2
|
* removed 'strong spaces' from the manual because some people on reddit who ↵Andreas Rumpf2016-08-051-42/+0
| | | | never actually tried the feature are afraid that they could be confused (TM). Boo, we like to learn crazy precedence tables instead and check they adhere with the spacing.
* updadet doc/manual array construction syntaxArne Döring2016-08-031-4/+2
|
* documentation build cleaned upAndreas Rumpf2016-05-311-1/+1
|
* finally removes 'echo ' gotchaAndreas Rumpf2016-01-151-0/+8
|
* fixes #2559Araq2015-09-101-4/+4
|
* Added example for associativityapense2015-06-241-5/+12
| | | Hopefully this change makes this neat feature more apparent
* Minor fixes for arrow like change patchReneSac2015-04-111-3/+4
| | | | | | Don't use ^ operator yet for compatibility with older compilers. Moved arrow like explanation, and fix precedence description on the text in the manual. Fixed typo in news.
* Changing the rule for arrow like operators again.ReneSac2015-04-101-2/+2
|
* Updated arrow like and strongSpaces in the manualReneSac2015-04-091-7/+7
| | | | Also added `-` to the first character table and standartized spaces there.
* Fix typosFederico Ceratto2015-02-151-1/+1
|
* fixes #2073; language spec change: arrow like operators are not right ↵Araq2015-02-081-4/+2
| | | | associative anymore
* compiler\parser.nimAraq2014-12-081-26/+24
| | | | implemented arrow like operators
* manual split up into multiple files; documented the new concurrency systemAraq2014-10-021-0/+112
'n276' href='#n276'>276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434